]> git.proxmox.com Git - mirror_frr.git/commit - pimd/pim_cmd.c
pimd: Convert strncpy to strlcpy in pim_cmd.c
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 3 Jun 2019 14:09:22 +0000 (10:09 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 3 Jun 2019 14:09:22 +0000 (10:09 -0400)
commitfbd74c7d948e3c7ac1cd6e2510f4bec70ee17063
treed064ab9be4201f89b48d2e4e319dc41433c5d9b5
parented7e15589dc524acd1e162ae307acb2e3a6f3cdf
pimd: Convert strncpy to strlcpy in pim_cmd.c

A couple of places of strncpy snuck in due to my confusion
about if Quentin's earlier change had gotten in.  Just some
code in flux.  This should fix the issue/warnings in our
CI system.
pimd/pim_cmd.c