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>
1 file changed