]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix a bug introduced by the implementation of I-DATA support.
authorMichael Tuexen <tuexen@FreeBSD.org>
Fri, 13 May 2016 09:11:41 +0000 (09:11 +0000)
committerMichael Tuexen <tuexen@FreeBSD.org>
Fri, 13 May 2016 09:11:41 +0000 (09:11 +0000)
commit5f05199c1971b917f29bb0b8141367346fc3d1c2
tree1dedb87431bbc10d2350912ad9db5eae89904516
parent1c159dbf25f0fc3cfcc6649877f6563b455633e7
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