]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: fix crash in displaying json orf prefix-list 17816/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:55 +0000 (20:58 +0000)
commitd4343e3ca9925904bc6fe4afcaaa57ac6d737297
treec7ec212be1bf2f13e32a3512ec5510495623a2fa
parent8c001e172df84841a91d7231e3154d1b2686a53a
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