cvs commit: src/sys/netinet in.c src/sys/netinet6 in6.c
Ian Dowse
iedowse at FreeBSD.org
Wed Jun 1 17:04:09 PDT 2005
iedowse 2005-06-02 00:04:08 UTC
FreeBSD src repository
Modified files:
sys/netinet in.c
sys/netinet6 in6.c
Log:
Use IFF_LOCKGIANT/IFF_UNLOCKGIANT around calls to the interface
if_ioctl routine. This should fix a number of code paths through
soo_ioctl() that could call into Giant-locked network drivers without
first acquiring Giant.
Revision Changes Path
1.85 +26 -14 src/sys/netinet/in.c
1.51 +8 -4 src/sys/netinet6/in6.c
More information about the cvs-src
mailing list