]> git.proxmox.com Git - mirror_frr.git/commit - lib/vty.c
lib: remove some strcpy, strcat
authorQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 6 May 2019 21:05:20 +0000 (21:05 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 29 May 2019 18:02:57 +0000 (18:02 +0000)
commit9f73d2c9b60e551be0229790aeb4e4224d9b2c1a
treefa02eb47ef1d9a7ac8d29b39a2f1faa83515bd55
parent552d6491f08de30b97af876ab923aea10f1b0a1c
lib: remove some strcpy, strcat

Replace with strlcpy, strlcat

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
lib/command.c
lib/libfrr.c
lib/prefix.c
lib/vty.c