cvs commit: src/sys/netinet6 sctp6_usrreq.c src/sys/netinet
sctp_asconf.c sctp_indata.c sctp_input.c sctp_output.c sctp_pcb.c
sctp_structs.h sctp_uio.h sctp_usrreq.c sctputil.c
Randall Stewart
rrs at FreeBSD.org
Wed Nov 8 00:21:43 UTC 2006
rrs 2006-11-08 00:21:13 UTC
FreeBSD src repository
Modified files:
sys/netinet6 sctp6_usrreq.c
sys/netinet sctp_asconf.c sctp_indata.c sctp_input.c
sctp_output.c sctp_pcb.c sctp_structs.h
sctp_uio.h sctp_usrreq.c sctputil.c
Log:
-Fixes first of all the getcred on IPv6 and V4. The
copy's were incorrect and so was the locking.
-A bug was also found that would create a race and
panic when an abort arrived on a socket being read
from.
-Also fix the reader to get MSG_TRUNC when a partial
delivery is aborted.
-Also addresses a couple of coverity caught error path
memory leaks and a couple of other valid complaints
Approved by: gnn
Revision Changes Path
1.3 +1 -0 src/sys/netinet/sctp_asconf.c
1.3 +2 -0 src/sys/netinet/sctp_indata.c
1.5 +3 -0 src/sys/netinet/sctp_input.c
1.3 +3 -0 src/sys/netinet/sctp_output.c
1.7 +26 -40 src/sys/netinet/sctp_pcb.c
1.3 +1 -10 src/sys/netinet/sctp_structs.h
1.3 +12 -0 src/sys/netinet/sctp_uio.h
1.5 +28 -6 src/sys/netinet/sctp_usrreq.c
1.4 +62 -111 src/sys/netinet/sctputil.c
1.5 +29 -10 src/sys/netinet6/sctp6_usrreq.c
More information about the cvs-src
mailing list