Date: Tue, 6 Sep 2005 17:05:11 +0000 (UTC) From: Gleb Smirnoff <glebius@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: <200509061705.j86H5BFV037448@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glebius 2005-09-06 17:05:11 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: In soreceive(), when a first mbuf is removed from socket buffer use sockbuf_pushsync(). Previous manipulation could lead to an inconsistent mbuf. Reviewed by: rwatson Revision Changes Path 1.245 +1 -8 src/sys/kern/uipc_socket.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509061705.j86H5BFV037448>