]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Fix use beyond end of stream of labeled unicast parsing 12956/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 Mar 2023 18:52:31 +0000 (18:52 +0000)
commitab362eae68edec12c175d9bc488bcc3f8b73d36f
treef1706a5c743fb2b27f2a17be6dd1f1a7d5feb362
parentab09ebf7170b50c2b8aec40d74efaea081f9a897
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