]> git.proxmox.com Git - mirror_frr.git/commit - lib/frr_pthread.c
lib: snprintf to strlcpy in frr_pthread.c
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 31 Jan 2019 12:51:07 +0000 (07:51 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 31 Jan 2019 12:52:23 +0000 (07:52 -0500)
commite77cc2a97ff4833ca3393f97a3d549ee2db61d9b
tree333c36e40e2ae7f9649dab5a85956b963e0e99d1
parent19b336d343464047eb959d1a3a2b0e08c1461c1f
lib: snprintf to strlcpy in frr_pthread.c

Convert to using strlcpy to erase those pesky little
gcc warnings->errors

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/frr_pthread.c