]> git.proxmox.com Git - mirror_frr.git/commit
zebra: null terminate interface name from wire
authorQuentin Young <qlyoung@cumulusnetworks.com>
Sat, 4 Jan 2020 03:30:33 +0000 (22:30 -0500)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Sat, 4 Jan 2020 03:30:33 +0000 (22:30 -0500)
commitf223b3d1d4e40509f7826eed09205022e382d074
tree6a7c4c75aa07982a1a1d2b03b6cdf768b72fbb71
parent8b5c4dce07e6f8fa7f984945d6121e6999072f3d
zebra: null terminate interface name from wire

We read an ifname from the wire but don't make sure its null terminated,
fix it

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