commit | 9fcc2e8a752f7d3d889114221b67c459557823e9 | [log] [tgz] |
---|---|---|
author | Jayachandran C <jchandra@digeo.com> | Thu Oct 27 15:10:01 2005 -0700 |
committer | Arnaldo Carvalho de Melo <acme@mandriva.com> | Sat Oct 29 02:53:39 2005 -0200 |
tree | d06f567aabf247fd379a66177de5163299bc81d7 | |
parent | 360ac8e2f1a38c3497739636c3b702352d1ad0ae [diff] |
[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>