]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd, lib, ospf6d, vtysh: fix possible snprintf possible truncation
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 7 Jun 2018 23:51:13 +0000 (19:51 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 7 Jun 2018 23:51:13 +0000 (19:51 -0400)
commitff44f570144407f6bcc1ef205759f7c9fa57e077
treecbb04ec29d3e93f4cae6af639500b49238e07cc2
parentb1599bb6f4b04ef8d55a0df1d8cee6a978465331
bgpd, lib, ospf6d, vtysh: fix possible snprintf possible truncation

With a new version of clang 6.0, the compiler is detecting more
issues where we may be possibly be truncating the output string.
Fix by increasing the size of the output string to make the compiler
happy.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_flowspec.c
bgpd/bgp_route.c
lib/libfrr.c
lib/libfrr.h
lib/module.c
ospf6d/ospf6_neighbor.h
vtysh/vtysh_main.c