]> git.puffer.fish Git - mirror/frr.git/commit
BGP: crash from not NULLing freed pointers
authorDaniel Walton <dwalton@cumulusnetworks.com>
Tue, 20 Oct 2015 22:13:20 +0000 (22:13 +0000)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Tue, 20 Oct 2015 22:13:20 +0000 (22:13 +0000)
commit9e08021c3557814d1d556fb659e15311a687157c
treef05fe1133b6384dc5f579f42643fe423f55d0ad0
parentc12cd8bb715ef64a63c9481217ddfa06cf7b8f58
BGP: crash from not NULLing freed pointers

Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
Ticket: CM-7926

There was a crash from not NULLing out peer->hostname but I cleaned
up a bunch of other suspect ones as well.
bgpd/bgp_open.c
bgpd/bgp_packet.c
bgpd/bgpd.c