]> git.puffer.fish Git - mirror/frr.git/commit
ospfd: strncpy -> strlcpy
authorQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 26 Feb 2019 20:34:39 +0000 (20:34 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 26 Feb 2019 20:50:17 +0000 (20:50 +0000)
commit4d65d9278ef0a1cee1a396cf3bb658157f21960c
tree6347966c33e5c2df4e0c2159ccd6521f1078fc54
parenteb266ecb847b70bcf9901da5ed59a39d3e07fd8f
ospfd: strncpy -> strlcpy

strncpy is a byte copy function not a string copy function

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
ospfd/ospf_dump.c
ospfd/ospf_vty.c