]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix a bug introduced by the implementation of I-DATA support.
authortuexen <tuexen@FreeBSD.org>
Fri, 13 May 2016 09:11:41 +0000 (09:11 +0000)
committertuexen <tuexen@FreeBSD.org>
Fri, 13 May 2016 09:11:41 +0000 (09:11 +0000)
commit962273e9ec5329ac98be101db87240ee43b32a6e
tree1dedb87431bbc10d2350912ad9db5eae89904516
parent180c16997b184b979d172bfac6f517c7a9a2f3a4
Fix a bug introduced by the implementation of I-DATA support.
There was the requirement that two structures are in sync,
which is not valid anymore. Therefore don't rely on this
in the code anymore.
Thanks to Radek Malcic for reporting the issue. He found this
when using the userland stack.

MFC after: 1 week
sys/netinet/sctp_structs.h
sys/netinet/sctputil.c