cvs commit: src/sys/kern uipc_socket.c

Bruce M Simpson bms at FreeBSD.org
Fri Sep 22 08:34:17 PDT 2006


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


More information about the cvs-src mailing list