Date: Fri, 4 May 2007 15:19:10 +0000 (UTC) From: Randall Stewart <rrs@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet sctp_pcb.c sctp_usrreq.c Message-ID: <200705041519.l44FJAOO095908@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705041519.l44FJAOO095908>