cvs commit: src/sys/netinet sctp_auth.c sctp_bsd_addr.c
sctp_indata.c sctp_pcb.c
Randall Stewart
rrs at FreeBSD.org
Thu Jan 31 01:58:12 PST 2008
rrs 2008-01-31 09:58:11 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/netinet sctp_auth.c sctp_bsd_addr.c sctp_indata.c
sctp_pcb.c
Log:
- Fixes is a bug in sctp_auth that will cause a panic if
a socket is closed as it gets auth'd data in. (sctp_auth.c)
- Reverts the priority back to 0, do not change prioritys (sctp_bsd_addr.c)
- Fixes a wrap error in calculation of gap ack segments that
wrap the TSN number. (sctp_indata.c)
- Fixes a comment, and also moves a lock up to cover the pulling
of the VRF from the inp structure. (sctp_pcb.c)
Revision Changes Path
1.18.2.1 +8 -0 src/sys/netinet/sctp_auth.c
1.14.2.2 +1 -1 src/sys/netinet/sctp_bsd_addr.c
1.45.2.3 +1 -1 src/sys/netinet/sctp_indata.c
1.62.2.3 +5 -4 src/sys/netinet/sctp_pcb.c
More information about the cvs-src
mailing list