]> git.puffer.fish Git - matthieu/frr.git/commit
pimd: Cleanup termination to avoid possible null ptr deref
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 31 Mar 2017 20:56:26 +0000 (16:56 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 31 Mar 2017 20:56:26 +0000 (16:56 -0400)
commit6ca7dd9045d720374a490e21b13393095fd4a9b0
tree4aaf6e2c955f7b6c646f16a5d2e053074d25b394
parent19f4e33afa182dde18c4c7bdde7426816ce2a36a
pimd: Cleanup termination to avoid possible null ptr deref

When terminating pim, there existed( albeit small ) the chance
to cause a crash.  Cleanup the termination to not have
that chance.

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