]> git.ipfire.org Git - thirdparty/lldpd.git/commit
Use memcpy instead of strlcpy when copying interface names to static
authorVincent Bernat <vbernat.ext@orange-ftgroup.com>
Fri, 27 Feb 2009 13:23:19 +0000 (14:23 +0100)
committerVincent Bernat <vbernat.ext@orange-ftgroup.com>
Fri, 27 Feb 2009 13:23:19 +0000 (14:23 +0100)
commitb7c1b7c2433a28e829159a56070a42665985dc36
tree29ad238088912e2c4cc6e313fd34db39551d2b03
parent63f4b177e9b98ee2531e24a584fb7eaa754d0a14
Use memcpy instead of strlcpy when copying interface names to static
buffers.
src/lldpd.c