Date: Sat, 10 Jul 2004 21:43:35 +0000 (UTC) From: Robert Watson <rwatson@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: <200407102143.i6ALhZfE042060@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407102143.i6ALhZfE042060>