summaryrefslogtreecommitdiff
path: root/lib/command_py.c
diff options
context:
space:
mode:
authorDon Slice <dslice@cumulusnetworks.com>2017-04-18 08:11:32 -0400
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-04-18 09:46:19 -0400
commitef01549170d412edb8f22519414108586e5ca219 (patch)
treea710556694ef6d6d03352dea2a998337c7229802 /lib/command_py.c
parent7abc04e686fefeb76bc825e908837e55bec0efc7 (diff)
zebra: stop crash on process termination due to stale ifp->node
Problem reported that crash occurred when stopping quagga in certain circumstances. Determined that this was due to a stale pointer on the ifp for a deleted interface. The ifp->node had been freed but the ifp still kept a pointer to it, and when later the process was stopped, it attempted to delete it again. Ticket: CM-15550 Signed-off-by: Don Slice <dslice@cumulusnetworks.com> Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/command_py.c')
0 files changed, 0 insertions, 0 deletions