]> git.ipfire.org Git - thirdparty/lldpd.git/commit
ctl: fix reception of several messages at once
authorVincent Bernat <bernat@luffy.cx>
Fri, 31 Aug 2012 05:42:33 +0000 (07:42 +0200)
committerVincent Bernat <bernat@luffy.cx>
Fri, 31 Aug 2012 05:42:33 +0000 (07:42 +0200)
commit0f957f3abc06e384dfd9a4f99c5b59d84d26bd11
treeb597eab91e6460553afed14a1869bb6c65a00910
parentbe969691943471e31d07f0d42285d957733ae799
ctl: fix reception of several messages at once

When receiving several messages at once, memmove() was incorrectly
used. This resulted into a segfault.
src/ctl.c