Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
route-table: Avoid potential NULL ptr dereference.
The gcc static analyzer pointed out a potential NULL pointer dereference in route_table_parse(). While the probability is low, let's plug it. Fixes: 0b8da9a ("route: support IPv6 and use IPv4-mapped addresses") Fixes: 7178573 ("route-table: Split header and attribute parsing.") Signed-off-by: Frode Nordahl <[email protected]> Signed-off-by: 0-day Robot <[email protected]>
- Loading branch information