commit | e98dce60cea213a4155a0db60b463e40c67aa77f | [log] [tgz] |
---|---|---|
author | Donald Sharp <sharpd@cumulusnetworks.com> | Wed Jan 20 07:53:51 2016 -0500 |
committer | Paul Jakma <paul.jakma@hpe.com> | Fri Feb 26 14:11:47 2016 +0000 |
tree | bd9704ae2d834fef5882eb094d6df90fb4097dba | |
parent | ecc1a136e10e0717761b6f436d299938a05a1309 [diff] |
bgpd: Fix Null pointer dereference in bgp_info_mpath_update bgp_info_mpath_update is called with new_best == NULL, this causes the dereference of new_best in order to get at the mpath_cfg. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>