]> 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>
Wed, 15 Jan 2020 17:50:00 +0000 (12:50 -0500)
commitb03575db49a43e070efd41fefba37bde24195610
treec6963376c0b29ca9e2a51c392180b54bcff1545e
parente5071ea5df853a4ba2f3a2b6576335f8cb722e25
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