]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Prevent null deref 7809/head
authorDonald Sharp <sharpd@nvidia.com>
Mon, 4 Jan 2021 12:56:47 +0000 (07:56 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 4 Jan 2021 12:56:47 +0000 (07:56 -0500)
commite80bc08944be7cbe4085c03653818139ccd616d1
tree98811e454cb2a0cbb3bded5e308b7a83fa0ad005
parentfc7d07275e41ed49580872d80dd2a96fb73e0679
bgpd: Prevent null deref

There exists a path where we could possibly have a NULL deref
of a pointer.  Prevent this from happening.

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