]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zebra_netns_notify.c
zebra: Possible write beyond buffer length
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 18 Jul 2020 13:45:08 +0000 (09:45 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 18 Jul 2020 13:45:08 +0000 (09:45 -0400)
commitf177a83efca0db4757a89e797f233f19b81e1255
tree0d004bef69c56ff7f55b135df3a15ea0cb2347e2
parent55528234eae823d14b808527d90fa003cd424552
zebra: Possible write beyond buffer length

Prevent string manipulation where we might have data
passed into that is larger than the buffer we are pushing into.

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