Commit 9fcc2e8a752f7d3d889114221b67c459557823e9
Committed by
Arnaldo Carvalho de Melo
1 parent
360ac8e2f1
Exists in
master
and in
7 other branches
[IPV4]: Fix issue reported by Coverity in ipv4/fib_frontend.c
fib_del_ifaddr() dereferences ifa->ifa_dev, so the code already assumes that ifa->ifa_dev is non-NULL, the check is unnecessary. Signed-off-by: Jayachandran C. <c.jayachandran at gmail.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
net/ipv4/fib_frontend.c