Re: fix possible nexthop list corruption in bgpd

2020-01-24 Thread richard . n . procter
On Sat, 25 Jan 2020, Claudio Jeker wrote: > Adam Thompson reported a bgpd crash he sees in 6.6. Using > kern.nosuidcoredump=3 he was able to get me a back trace of the crash. > The RDE chokes on the TAILQ_REMOVE in nexthop_runner() which indicates > that the nexthop_runners list gets

fix possible nexthop list corruption in bgpd

2020-01-24 Thread Claudio Jeker
Adam Thompson reported a bgpd crash he sees in 6.6. Using kern.nosuidcoredump=3 he was able to get me a back trace of the crash. The RDE chokes on the TAILQ_REMOVE in nexthop_runner() which indicates that the nexthop_runners list gets corrupted. After staring at the code for a while I realized