]> git.puffer.fish Git - mirror/frr.git/commit
ripd: strncpy -> strlcpy
authorQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 26 Feb 2019 19:55:28 +0000 (19:55 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 26 Feb 2019 20:50:17 +0000 (20:50 +0000)
commit5c84f23817a00fe3d46d275def673d01ad93b191
tree0d7dbcc4e799386251492519c01f60ebaccc88e0
parent9825c71ed93fed123f72ddffbc00e433151bad77
ripd: strncpy -> strlcpy

strncpy is a byte copy function not a string copy function

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