]> git.ipfire.org Git - thirdparty/lldpd.git/commit
ctl: fix alignment issue
authorVincent Bernat <bernat@luffy.cx>
Sun, 23 Dec 2012 14:48:11 +0000 (15:48 +0100)
committerVincent Bernat <bernat@luffy.cx>
Sun, 23 Dec 2012 14:48:11 +0000 (15:48 +0100)
commit072f743c2660280e399c8b0be0591f08cfba1aad
treec7ea2a8f9c47833f1470d5598e65c42e51205187
parent0e940d8ddac56f6cae7a4aa7d41c1b8cd724bb88
ctl: fix alignment issue

If the provided input buffer is not aligned properly, the use of
message header won't work on structure not allowing unaligned access.
src/ctl.c