Date: Thu, 2 Jun 2005 00:04:08 +0000 (UTC) From: Ian Dowse <iedowse@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet in.c src/sys/netinet6 in6.c Message-ID: <200506020004.j52048X3087690@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506020004.j52048X3087690>
