From owner-cvs-src-old@FreeBSD.ORG Sun Jun 6 16:09:28 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BBD51065674 for ; Sun, 6 Jun 2010 16:09:28 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6184E8FC15 for ; Sun, 6 Jun 2010 16:09:28 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o56G9SQt096131 for ; Sun, 6 Jun 2010 16:09:28 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o56G9SOh096130 for cvs-src-old@freebsd.org; Sun, 6 Jun 2010 16:09:28 GMT (envelope-from rrs@repoman.freebsd.org) Message-Id: <201006061609.o56G9SOh096130@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rrs@repoman.freebsd.org using -f From: Randall Stewart Date: Sun, 6 Jun 2010 16:09:12 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet sctp_pcb.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jun 2010 16:09:28 -0000 rrs 2010-06-06 16:09:12 UTC FreeBSD src repository Modified files: sys/netinet sctp_pcb.c Log: SVN rev 208875 on 2010-06-06 16:09:12Z by rrs Fix a bug in the sctp_inpcb_free. Basically if the socket was setup to do an abortive close an association that was in the accept_queue could get stuck and never freed. Now we properly start the kill timer on the socket and turn off the flag (same thing we do for the graceful close method). MFC after: 1 week Revision Changes Path 1.103 +4 -0 src/sys/netinet/sctp_pcb.c