]> git.decadent.org.uk Git - odhcp6c.git/commit
Add padding between odhcp6c_entry structures to ensure 32-bit alignment
authorBen Hutchings <ben@decadent.org.uk>
Thu, 28 Jan 2016 04:33:48 +0000 (04:33 +0000)
committerBen Hutchings <ben@decadent.org.uk>
Thu, 28 Jan 2016 15:46:56 +0000 (15:46 +0000)
commit8a8005f7ca8973702b36e711993bfff89ca9600c
tree35a11ed04a3a47a382dffcbdebb63d6d2ff74a17
parentd277ddb78abd034eb0e1c088ac969cdeef10d9e2
Add padding between odhcp6c_entry structures to ensure 32-bit alignment

struct odhcp6c_entry is not declared as __packed, so the compiler may
assume it is naturally aligned.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
src/odhcp6c.c
src/odhcp6c.h
src/ra.c
src/script.c