]> git.puffer.fish Git - mirror/frr.git/commit
BGP crash in group_announce_route_walkcb
authorDaniel Walton <dwalton@cumulusnetworks.com>
Fri, 20 Nov 2015 18:43:33 +0000 (18:43 +0000)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Fri, 20 Nov 2015 18:43:33 +0000 (18:43 +0000)
commitbd0c620c9303e4b06e131702fb33a444749d472b
treeda301e7006a1dc3bb8cab8279156e284b74ca7b4
parent99030da1245d5d73d2201cc86970182d7a1cbe7f
BGP crash in group_announce_route_walkcb

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

This is a regression from the addpath-tx commit. We loop over the adj_out list
but the adj can be freed within the body of the loop so we need to note adj->next
prior to the free.
bgpd/bgp_updgrp_adv.c