]> git.proxmox.com Git - mirror_frr.git/commit
ospfd: Stop attempt to read beyond end of argv
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 5 Jan 2017 17:52:18 +0000 (12:52 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 6 Jan 2017 00:39:56 +0000 (19:39 -0500)
commit36da066554254ffe8d6224f2b3938ba2c0c3a2e0
tree03de3de426c097acd125038334c08ff05d125f5c
parent41c17d61a274d3e565de6ff2e0d6a33f1db08f71
ospfd: Stop attempt to read beyond end of argv

When unconfiguring certain commands in ospf, you can
run into situations where we attempt to read beyond
the end of a argv[] vector created.  On certain platforms
this will crash it.

Ticket: CM-14090
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
ospfd/ospf_vty.c