]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: fix crash in displaying json orf prefix-list 17817/head
authorLouis Scalbert <louis.scalbert@6wind.com>
Thu, 9 Jan 2025 17:28:53 +0000 (18:28 +0100)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Thu, 9 Jan 2025 20:58:58 +0000 (20:58 +0000)
commit2de8f291d415e6e14fd91ce0e7d457853d62dd57
tree3a70bce1065efd6c5bfff73117c2aa5074312182
parent0501a4800ef4657c4ec92d347a15ae2455e07b61
bgpd: fix crash in displaying json orf prefix-list

bgpd crashes when there is several entries in the prefix-list. No
backtrace is provided because the issue was catched from a code review.

Fixes: 856ca177c4 ("Added json formating support to show-...-neighbors-... bgp commands.")
Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
(cherry picked from commit 8ccf60921b85893d301186a0f8156fb702da379f)
lib/plist.c