]> git.puffer.fish Git - mirror/frr.git/commit
isisd: fix spftree_area_del typo causing SEGV
authorDavid Lamparter <equinox@opensourcerouting.org>
Tue, 27 Nov 2012 01:10:27 +0000 (01:10 +0000)
committerDavid Lamparter <equinox@opensourcerouting.org>
Wed, 12 Dec 2012 14:38:07 +0000 (15:38 +0100)
commitde543de3d7682eaeb8c9b657e9a3bb4bcd17993d
tree34ea71f71b59a717f1500d2f7b6860227ecaea6d
parentb72f345d2e078d4cd0559234d051214f58eef542
isisd: fix spftree_area_del typo causing SEGV

spftree_area_del didn't clear the IPv6 L2 spftree due to a simple typo,
leading to a SEGV on shutdown when the still-armed timer would try to
run an IPv6 L2 SPF calculation with its data free'd already.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
isisd/isis_spf.c