From: Jayachandran C Date: Thu, 27 Oct 2005 22:10:01 +0000 (-0700) Subject: [IPV4]: Fix issue reported by Coverity in ipv4/fib_frontend.c X-Git-Tag: v2.6.15-rc1~731^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fcc2e8a752f7d3d889114221b67c459557823e9;p=pandora-kernel.git [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. Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed