Date: Sun, 6 Jun 2010 16:07:40 +0000 (UTC) From: Randall Stewart <rrs@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet sctputil.c Message-ID: <201006061607.o56G7qFd096019@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rrs 2010-06-06 16:07:40 UTC FreeBSD src repository Modified files: sys/netinet sctputil.c Log: SVN rev 208874 on 2010-06-06 16:07:40Z by rrs Fix a bug in sctp_abort_assoc(). DON'T call the sctp_inpcb_free when the gone flag is set. You don't know what locks the caller has set and there is already a kill timer running. MFC after: 1 week Revision Changes Path 1.110 +0 -7 src/sys/netinet/sctputil.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006061607.o56G7qFd096019>