Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Feb 2008 11:33:12 +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_usrreq.c
Message-ID:  <200802261133.m1QBXC9Y027200@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802261133.m1QBXC9Y027200>