Align the route message length to the next natural boundary via ALIGN() to
authorclaudio <claudio@openbsd.org>
Mon, 28 Jul 2008 19:38:07 +0000 (19:38 +0000)
committerclaudio <claudio@openbsd.org>
Mon, 28 Jul 2008 19:38:07 +0000 (19:38 +0000)
commitbb7f092270f3f2320585e16af22024d3cc8f874c
tree91ddff81f451a2730c5fc9e2e47f30aad0da9c7c
parent2f6b4e199c96f3f3322e8f0689352c176d2b46a3
Align the route message length to the next natural boundary via ALIGN() to
ensure that the next message is nicely aligned as well. Some archs (sparc, m88k)have strict alignement issues since the inclusion of 64bit counters in the
messages because those values could end up on non aligned addresses.
Found and fix tested by miod@, OK deraadt@
sys/net/rtsock.c