Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   maxv
Date:           Sun Feb 24 07:20:33 UTC 2019

Modified Files:
        src/sys/netatalk: ddp_usrreq.c
        src/sys/netinet: raw_ip.c sctp_usrreq.c
        src/sys/netinet6: raw_ip6.c sctp6_usrreq.c

Log Message:
RIP, RIP6, DDP, SCTP and SCTP6 lack a length check in their _connect()
functions. Fix the first three, and add a big XXX in the SCTP ones.

Found by KASAN, triggered by SyzKaller.

Reported-by: syzbot+9eaf98dad6ca738c250d%syzkaller.appspotmail.com@localhost


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/sys/netatalk/ddp_usrreq.c
cvs rdiff -u -r1.178 -r1.179 src/sys/netinet/raw_ip.c
cvs rdiff -u -r1.16 -r1.17 src/sys/netinet/sctp_usrreq.c
cvs rdiff -u -r1.173 -r1.174 src/sys/netinet6/raw_ip6.c
cvs rdiff -u -r1.17 -r1.18 src/sys/netinet6/sctp6_usrreq.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index