]> git.proxmox.com Git - mirror_frr.git/commit
lib: strncpy -> strlcpy | memcpy
authorQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 26 Feb 2019 20:25:24 +0000 (20:25 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 26 Feb 2019 20:50:17 +0000 (20:50 +0000)
commitaab9a0a0cb3f75d37bd81588c65d4232def1c8d5
tree5c3aca66bfb33b337453770ba77c4357cd97c868
parent5c84f23817a00fe3d46d275def673d01ad93b191
lib: strncpy -> strlcpy | memcpy

strncpy is a byte copy function not a string copy function

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
lib/event_counter.c
lib/prefix.c
lib/yang_translator.c