]> git.puffer.fish Git - mirror/frr.git/commit
lib: temporary-catch a SEGV in command completion
authorDavid Lamparter <equinox@opensourcerouting.org>
Mon, 28 Nov 2016 17:41:34 +0000 (18:41 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Mon, 28 Nov 2016 17:41:34 +0000 (18:41 +0100)
commit745e2754ef265533ee60106f37c8cc86ef4aa9a5
tree4f8dba2112fe07f5b7fe9dbf794e4429dbc812ae
parent8a7787e8ac0f6834b61b2ff267066cfd7fe1152b
lib: temporary-catch a SEGV in command completion

Getting FULL_MATCH with matched[0] == NULL in tests/testcli.  Catch and
print error for now.

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