]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix the reporting of multiple unknown parameters in an received INIT
authortuexen <tuexen@FreeBSD.org>
Thu, 1 Aug 2019 19:45:34 +0000 (19:45 +0000)
committertuexen <tuexen@FreeBSD.org>
Thu, 1 Aug 2019 19:45:34 +0000 (19:45 +0000)
commit922cab2076fdb91a9bccab15c779616bd534f04c
treefa886f2493512892076e99acfdca799e576df6c6
parent47a0f9c87b4f2c894b5c4fa72e3ed73aa6cddf4c
Fix the reporting of multiple unknown parameters in an received INIT
chunk. This also plugs an potential mbuf leak.
Thanks to Felix Weinrank for reporting this issue found by fuzz-testing
the userland stack.

MFC after: 3 days
sys/netinet/sctp_output.c