Date: Sun, 6 May 2007 00:01:18 +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_input.c sctputil.c Message-ID: <200705060001.l4601IMq029405@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rrs 2007-05-06 00:01:18 UTC
FreeBSD src repository
Modified files:
sys/netinet sctp_input.c sctputil.c
Log:
Two bugs:
- Locks were not being unlocked when an invalid size chunk is
sent in.
- When a notification comes in, we cannot use it to look up
the fragment interleave stream information since its not
on a stream.
Revision Changes Path
1.22 +22 -0 src/sys/netinet/sctp_input.c
1.25 +15 -10 src/sys/netinet/sctputil.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705060001.l4601IMq029405>
