]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Improve handling of PKTDROP chunks. This includes the input validation
authorMichael Tuexen <tuexen@FreeBSD.org>
Wed, 8 Jul 2020 12:25:19 +0000 (12:25 +0000)
committerMichael Tuexen <tuexen@FreeBSD.org>
Wed, 8 Jul 2020 12:25:19 +0000 (12:25 +0000)
commit32df1c9ebb09ee1f4fc567e5471cfb33ee23a72a
tree42a58f4da108b5e13a5c0da3696d0b3258de0126
parentde402d63222ae27fed964ff15877578a08c9c442
Improve handling of PKTDROP chunks. This includes the input validation
to address two issues found by ossfuzz testing the userland stack:
* https://oss-fuzz.com/testcase-detail/5387560242380800
* https://oss-fuzz.com/testcase-detail/4887954068865024
and adding support for I-DATA chunks in addition to DATA chunks.
sys/netinet/sctp_input.c