]> git.puffer.fish Git - matthieu/frr.git/commit
pimd: Fix possible crash when leaving a channel
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 10 Nov 2016 12:35:02 +0000 (07:35 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 22 Dec 2016 01:26:14 +0000 (20:26 -0500)
commitb72f79a92b7e858b0eccb6f65d85a6e16a6f0db8
tree75b37baa6a8b3c6c556274112fdfe23deb46b5c5
parentb76d6e718e0f28d1ce7fcd23df57979c3e5abb49
pimd: Fix possible crash when leaving a channel

When leaving a channel, there exists a possibility
that we have not created the channel oil yet.
Ensure that we have channel oil before dereferencing

Ticket: CM-13522
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_ifchannel.c