]> git.puffer.fish Git - mirror/frr.git/commit
nhrpd: clean up SA warning with strncpy
authorPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 11 Mar 2021 12:59:57 +0000 (13:59 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 30 Apr 2021 08:33:18 +0000 (10:33 +0200)
commit372b887859b7e5739137b02a1cecf2ea702ba586
tree99521ae745a451cc0150ea58e3ea650f64580485
parentaea6c49e01afccb68a6559832dd74924e13b8e61
nhrpd: clean up SA warning with strncpy

strncpy is replaced by strlcpy.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
nhrpd/linux.c