cvs commit: src/sys/netnatm natm.c
Robert Watson
rwatson at FreeBSD.org
Sun Apr 23 16:04:08 UTC 2006
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
More information about the cvs-src
mailing list