cvs commit: src/sys/kern uipc_socket.c

Robert Watson rwatson at FreeBSD.org
Sat Jul 10 14:43:35 PDT 2004


rwatson     2004-07-10 21:43:35 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_socket.c 
  Log:
  When the MT_SONAME mbuf is popped off of a receive socket buffer
  associated with a PR_ADDR protocol, make sure to update the m_nextpkt
  pointer of the new head mbuf on the chain to point to the next record.
  Otherwise, when we release the socket buffer mutex, the socket buffer
  mbuf chain may be in an inconsistent state.
  
  Revision  Changes    Path
  1.195     +2 -0      src/sys/kern/uipc_socket.c


More information about the cvs-all mailing list