]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Fix use beyond end of stream of labeled unicast parsing 15926/head
authorDonald Sharp <sharpd@nvidia.com>
Sat, 4 Mar 2023 02:58:33 +0000 (21:58 -0500)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Sun, 5 May 2024 16:33:24 +0000 (16:33 +0000)
commit0b509176be67495c48a3e0c99db901d4da993142
tree4e9abe7d67a85873099f63806975f6bba66879f8
parent10ff15c88db974a32dd838674afa7783dd7d46e6
bgpd: Fix use beyond end of stream of labeled unicast parsing

Fixes a couple crashes associated with attempting to read
beyond the end of the stream.

Reported-by: Iggy Frankovic <iggyfran@amazon.com>
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
(cherry picked from commit 7404a914b0cafe046703c8381903a80d3def8f8b)
bgpd/bgp_label.c