]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: fix crash in displaying json orf prefix-list 17807/head
authorLouis Scalbert <louis.scalbert@6wind.com>
Thu, 9 Jan 2025 17:28:53 +0000 (18:28 +0100)
committerLouis Scalbert <louis.scalbert@6wind.com>
Thu, 9 Jan 2025 17:35:18 +0000 (18:35 +0100)
commit8ccf60921b85893d301186a0f8156fb702da379f
treee89120fb291e33b4201c7baf64f2d148298db656
parentb7e843d7e8afe57d3815dbb44e30307654e73711
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>
lib/plist.c