]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
After allocating chunks set the fields in a consistent way.
authorMichael Tuexen <tuexen@FreeBSD.org>
Mon, 1 Oct 2018 13:09:18 +0000 (13:09 +0000)
committerMichael Tuexen <tuexen@FreeBSD.org>
Mon, 1 Oct 2018 13:09:18 +0000 (13:09 +0000)
commit9d2e3f14c41515eb6889ed4fc6fe8455865c3632
treeec4f43a595c97e0059f9b98171b3c3135f119c1a
parent384a5c3c282e27a5eb18d89dbe6dbb266899e72c
After allocating chunks set the fields in a consistent way.
This removes two assignments for the flags field being done
twice and adds one, which was missing.
Thanks to Felix Weinrank for reporting the issue he found
by using fuzz testing of the userland stack.

Approved by:            re (kib@)
MFC after:              1 week
sys/netinet/sctp_output.c