rrs         2007-05-04 15:19:10 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          sctp_pcb.c sctp_usrreq.c 
  Log:
  Fixes a missing unlock in the one-2-one hash table, if
  it was full and a collision occured, then we would leave
  a inp locked. Also fixes a missing inp unlock if IPSEC was
  on and it failed during the attach. Bug found by Weongyo Jeong.
  
  Revision  Changes    Path
  1.23      +1 -0      src/sys/netinet/sctp_pcb.c
  1.21      +3 -0      src/sys/netinet/sctp_usrreq.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to