]> git.puffer.fish Git - mirror/frr.git/commit
zebra: don't print uninitialized string (3b02fe8)
authorDavid Lamparter <equinox@opensourcerouting.org>
Sat, 7 Mar 2015 07:40:48 +0000 (08:40 +0100)
committerDonald Sharp <sharpd@cumulusnetwroks.com>
Thu, 26 May 2016 00:38:34 +0000 (20:38 -0400)
commit7d20b83094f8bb9acecc29bbcc87fe61a1d440d7
tree349bd779d7703d825fb97a41ea4e9744fed2652b
parentcb40b272bfaa9e1d59926ddaf371662988745757
zebra: don't print uninitialized string (3b02fe8)

This crept in as part of the MRIB improvements and I missed the compiler
warning between other noise.  Unfortunately, printing an uninitialised
variable can in fact make zebra crash, so this is not trivial.

Fixes: 3b02fe8 ("zebra: add "show ip rpf" to get result of RPF lookup")
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
zebra/zebra_vty.c