]> git.puffer.fish Git - mirror/frr.git/commit
zebra: SA incorrectly believes a NULL pointer 15100/head
authorDonald Sharp <sharpd@nvidia.com>
Fri, 5 Jan 2024 18:24:59 +0000 (13:24 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 9 Jan 2024 18:03:43 +0000 (13:03 -0500)
commit54ed53f36f42b52fd84ad010d31031454f20bd13
treef2117a7d4907aa5fb1f50b41e42ebea806574876
parent3f03ec1021600ee24e1654443f00a57facab62d6
zebra: SA incorrectly believes a NULL pointer

SA has decided that old_re could be a NULL pointer
even though the zebra_redistribute_check function
checks for NULL and returns false that would
not allow a NULL pointer deref.

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