]> git.proxmox.com Git - mirror_frr.git/commit
pimd: Fix memory allocation error
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 13 Dec 2017 15:36:53 +0000 (10:36 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 14 Dec 2017 15:43:53 +0000 (10:43 -0500)
commitb8ca17c230a1c324e34f96c61ccac3ef7357be8e
treefa3985c84015c74a8e228b879580270ed36d7356
parent070b4959fa6dcc6eb963f902a859f59ca9b55b83
pimd: Fix memory allocation error

When creating the pim_ifp, and we run out of memory there
existed a chance that we would dereference the failed memory
pointer.

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