]> git.puffer.fish Git - matthieu/frr.git/commit
tests: fix missing init in bgp_mp_attr_test.c
authorDavid Lamparter <equinox@opensourcerouting.org>
Wed, 23 Jan 2013 03:20:37 +0000 (04:20 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Fri, 1 Feb 2013 16:55:04 +0000 (17:55 +0100)
commitaeef13b0d5b50a90f293c93eb5a34c2a099d140b
treeb2463778c9b28b78af6ef722d2ac6b32df7ade6b
parent1cb9cf062ec3ed7a3f13fb5465eb5fb917ce3329
tests: fix missing init in bgp_mp_attr_test.c

turns out, bgp_mp_reach_parse really doesn't like getting garbage
attribute input.  In particular, attr->extra better be NULL or we
merrily go trample random places (like our stack).

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
tests/bgp_mp_attr_test.c