cvs commit: src/sys/netinet sctp_usrreq.c
Randall Stewart
rrs at FreeBSD.org
Tue Feb 26 11:33:24 UTC 2008
rrs 2008-02-26 11:33:12 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/netinet sctp_usrreq.c
Log:
- Fix a bug in the connect() routine. A ref count was incremented
in the wrong place, which could cause a incorrect accounting undre
certain error conditions. And worse when we have a duplicate
connect we called TCB_LOCK() not TCB_UNLOCK().... which will
lead to a system lockup (escalting lock wait scenario).
Revision Changes Path
1.48.2.4 +2 -2 src/sys/netinet/sctp_usrreq.c
More information about the cvs-src
mailing list