Date: Fri, 23 Apr 2004 12:49:08 -0700 (PDT) From: Don Lewis <truckman@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_usrreq.c Message-ID: <200404231949.i3NJn8LR045599@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
truckman 2004/04/23 12:49:08 PDT
FreeBSD src repository
Modified files: (Branch: RELENG_4)
sys/netinet tcp_usrreq.c
Log:
Don't skip the splx() call in *_usr_bind() and *_usr_connect() if the
socket address length check fails. This is similar to the fix in
revision 1.99, except this version of the fix does not move the sanity
checks out from under the spl.
Submitted by: pjd
Pointy hat to: truckman
Revision Changes Path
1.51.2.22 +16 -8 src/sys/netinet/tcp_usrreq.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404231949.i3NJn8LR045599>
