]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_zebra.c
bgpd: on debug esi was not properly setup
authorDonald Sharp <sharpd@nvidia.com>
Sat, 14 Nov 2020 22:33:43 +0000 (17:33 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Sat, 14 Nov 2020 23:17:58 +0000 (18:17 -0500)
commit35fb444b7a28f5e8564ae70ea0c01a68b06bf4b4
tree2e106eb08c2ee6e897505043706efe2cf93a2026
parent8f15843bba7b0e0fef6479a4447ee333be3ea9e8
bgpd: on debug esi was not properly setup

There exists a code path where the esi would be passed
to a debug without the esi being setup with any values
causing us to display what ever is on the stack.

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