]> git.decadent.org.uk Git - odhcp6c.git/commitdiff
Fix alignment of buffers in ra_process and dhcpv6_request
authorBen Hutchings <ben@decadent.org.uk>
Fri, 22 Jan 2016 20:57:34 +0000 (20:57 +0000)
committerBen Hutchings <ben@decadent.org.uk>
Thu, 28 Jan 2016 15:48:06 +0000 (15:48 +0000)
The packet buffer needs to be 32-bit aligned to ensure that the various
32-bit fields we pick out are naturally aligned.

The control message buffers needs to be naturally aligned for struct
cmsghdr.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>

No differences found