cvs commit: src/sys/security/audit audit_arg.c
Robert Watson
rwatson at FreeBSD.org
Sat Jan 6 14:28:28 PST 2007
rwatson 2007-01-06 22:28:28 UTC
FreeBSD src repository
Modified files:
sys/security/audit audit_arg.c
Log:
When returning early from audit_arg_file() due to so->so_pcb being NULL
(due to an early reset or the like), remember to unlock the socket lock.
This will not occur in 7-CURRENT, but could in theory occur in 6-STABLE.
MFC after: 1 week
Revision Changes Path
1.9 +3 -2 src/sys/security/audit/audit_arg.c
More information about the cvs-src
mailing list