Date: Sun, 23 Apr 2006 16:04:07 +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/netnatm natm.c Message-ID: <200604231604.k3NG47NA096944@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2006-04-23 16:04:07 UTC FreeBSD src repository Modified files: sys/netnatm natm.c Log: Acquire natm mutex after traversing so_pcb, not before, as the protocol mutex is no longer required to ensure that so_pcb is valid. Make sure to free (control) in natm_usr_send() when there M_PREPEND() frees (m). MFC after: 3 months Revision Changes Path 1.45 +7 -5 src/sys/netnatm/natm.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604231604.k3NG47NA096944>