]> git.puffer.fish Git - matthieu/frr.git/commit
nhrpd: strncpy -> strlcpy
authorQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 26 Feb 2019 20:26:54 +0000 (20:26 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 26 Feb 2019 20:50:17 +0000 (20:50 +0000)
commiteb266ecb847b70bcf9901da5ed59a39d3e07fd8f
tree07a355a6ab20a762db0264f87caa5c5082232a5b
parentaab9a0a0cb3f75d37bd81588c65d4232def1c8d5
nhrpd: strncpy -> strlcpy

strncpy is a byte copy function not a string copy function

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
nhrpd/linux.c
nhrpd/vici.c