commit | 51b45a52adf944ac391c0e90f86597454ab4d657 | [log] [tgz] |
---|---|---|
author | Christian Franke <nobody@nowhere.ws> | Mon Jun 06 22:04:30 2016 +0200 |
committer | Paul Jakma <paul@quagga.net> | Mon Jan 23 18:51:53 2017 +0000 |
tree | 3cc9fc8966b99333da565eb9cd6606ed11730da3 | |
parent | 8db38639cc4cf796484b352c57f2709151f0e2e4 [diff] |
zebra: make fpm netlink_route_info_fill more robust Having an RTM_ADDROUTE with a rib == NULL would lead to a crash due to a NULL pointer dereference. Since an RTM_ADDROUTE without a rib object doesn't make much sense, print a warning and remove the concerned route instead. Signed-off-by: Christian Franke <chris@opensourcerouting.org> Signed-off-by: Christian Franke <chris@opensourcerouting.org> Tested-by: NetDEF CI System <cisystem@netdef.org>