]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Fix another crash in orf
authorDonald Sharp <sharpd@nvidia.com>
Tue, 18 Feb 2025 15:25:47 +0000 (10:25 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 19 Feb 2025 11:29:36 +0000 (06:29 -0500)
commitffff1a1760c11f9dc3a35282429edf5c0718d22d
tree4c11ff321ddee77b2c089a4bc1c454e5d2529b88
parent5082cab8099377eea946326b8f1dce642cfa4309
bgpd: Fix another crash in orf

I was pointed at yet another crash in the orf code.  I think it
stems from basicaly the same problem as the last one.  Let's just
make sure that the orf_plist is handled appropriately.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bgpd/bgp_packet.c