diff options
author | tuexen <tuexen@FreeBSD.org> | 2014-09-18 09:49:49 +0000 |
---|---|---|
committer | tuexen <tuexen@FreeBSD.org> | 2014-09-18 09:49:49 +0000 |
commit | a2c29a6744004bbb52691c07a95730b1fdfb6861 (patch) | |
tree | f971ea84100168b96bbd86ef8779eb6065155168 /sys/kern/stack_protector.c | |
parent | 30b741cb6cc4d4e580e6d52448dc1d40b34c4c93 (diff) | |
download | FreeBSD-src-a2c29a6744004bbb52691c07a95730b1fdfb6861.zip FreeBSD-src-a2c29a6744004bbb52691c07a95730b1fdfb6861.tar.gz |
MFC r271643:
Chunk IDs are 8 bit entities, not 16 bit.
Thanks to Peter Kasting from Google for drawing
my attention to it.
MFC r271665:
The MTU is handled as a 32-bit entity within the SCTP stack.
This was reported by Peter Kasting from Google.
MFC r271670:
Make a type conversion explicit. When compiling this code on
Windows as part of the SCTP userland stack, this fixes a
warning reported by Peter Kasting from Google.
MFC r271672:
Small cleanup which addresses a warning regaring the truncation
of a 64-bit entity to a 32-bit entity. This issue was reported by
Peter Kasting from Google.
MFC r271673:
Use a consistent type for the number of HMAC algorithms.
This fixes a bug which resulted in a warning on the userland
stack, when compiled on Windows.
Thanks to Peter Kasting from Google for reporting the issue and
provinding a potential fix.
MFC r271674:
Add a explict cast to silence a warning when building
the userland stack on Windows.
This issue was reported by Peter Kasting from Google.
Approved by: re (kib)
Diffstat (limited to 'sys/kern/stack_protector.c')
0 files changed, 0 insertions, 0 deletions