Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Sep 2006 15:34:17 +0000 (UTC)
From:      Bruce M Simpson <bms@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern uipc_socket.c
Message-ID:  <200609221534.k8MFYHSR017087@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bms         2006-09-22 15:34:17 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_socket.c 
  Log:
  Fix a case where socket I/O atomicity is violated due to not dropping
  the entire record when a non-data mbuf is removed in the soreceive() path.
  This only triggers a panic directly when compiled with INVARIANTS.
  
  PR:             38495
  Submitted by:   James Juran
  MFC after:      1 week
  
  Revision  Changes    Path
  1.283     +16 -1     src/sys/kern/uipc_socket.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609221534.k8MFYHSR017087>