]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Fix some crashes due to NULL pointer 426/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 28 Apr 2017 17:50:09 +0000 (13:50 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 28 Apr 2017 17:54:29 +0000 (13:54 -0400)
commit87e34b58899bea95296d0e2d107cde4b3f4a1972
treef186e40944a2f9affcbbb15ce41a311e3e60736a
parent30a24af0925868211df83ff2c4a06acd874cdf5c
bgpd: Fix some crashes due to NULL pointer

If you specified A.B.C.D, the code would still try to
read A.B.C.D/M and not find it and pass in a NULL pointer
which crashed the code.

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