]> git.puffer.fish Git - matthieu/frr.git/commit
lib, bgpd: fix crash using skiplist debug function
authorEmanuele Bovisio <emanuele.bovisio@eolo.it>
Thu, 5 Nov 2020 13:36:00 +0000 (14:36 +0100)
committerIgor Ryzhov <iryzhov@nfware.com>
Tue, 17 Nov 2020 18:07:58 +0000 (21:07 +0300)
commit476214c8f9f06188a4a77ead272c12510a6aa84c
tree63a38d13be4a5e78b1d09b0f82d9c6bf7dec639f
parentf7f11059fabfeece4f5ea185089a83ba50e8af05
lib, bgpd: fix crash using skiplist debug function

calling "skiplist test" and then "skiplist debug",
there was a crash due to a freed pointer.

Agreed to remove static pointer (see PR #7474).

Signed-off-by: Emanuele Bovisio <emanuele.bovisio@eolo.it>
lib/skiplist.c