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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to