From: Eric Sesterhenn Date: Wed, 27 Sep 2006 06:26:38 +0000 (-0700) Subject: [RTNETLINK]: Possible dereference in net/core/rtnetlink.c X-Git-Tag: v2.6.19-rc1~858^2~114 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9918f230969bdaf3df012b77abcbcd4cdb0ab221;p=pandora-kernel.git [RTNETLINK]: Possible dereference in net/core/rtnetlink.c another possible dereference spotted by coverity (#cid 1390). if the nlmsg_parse() call fails, we goto errout, where we call dev_put(), with dev still initialized to NULL. Signed-off-by: Eric Sesterhenn Signed-off-by: David S. Miller --- Reading git-diff-tree failed