]> git.ipfire.org Git - thirdparty/lldpd.git/commit
Fix unaligned memory access in ctl.c using memcpy instead of pointer
authorVincent Bernat <bernat@luffy.cx>
Sat, 7 Mar 2009 09:37:29 +0000 (10:37 +0100)
committerVincent Bernat <bernat@luffy.cx>
Sat, 7 Mar 2009 09:37:29 +0000 (10:37 +0100)
commit70d8fe9813a02dd9bda175b5a77be7aba83a0541
treec74d6edffc37ffeffeddfb266340b591e18fd752
parentc933faf61396cf9c9779a65e25aac5c0101140b1
Fix unaligned memory access in ctl.c using memcpy instead of pointer
magic. This needs to be done on encoding/decoding too.
src/ctl.c