cvs commit: src/sys/netinet tcp_usrreq.c
    Don Lewis 
    truckman at FreeBSD.org
       
    Fri Apr 23 12:49:09 PDT 2004
    
    
  
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
    
    
More information about the cvs-all
mailing list