cvs commit: src/sys/netinet sctp_pcb.c sctp_usrreq.c

Randall Stewart rrs at FreeBSD.org
Fri May 4 15:19:11 UTC 2007


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


More information about the cvs-src mailing list