Home
last modified time | relevance | path

Searched hist:"9918 f230969bdaf3df012b77abcbcd4cdb0ab221" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/core/
H A Drtnetlink.cdiff 9918f230969bdaf3df012b77abcbcd4cdb0ab221 Wed Sep 27 01:26:38 CDT 2006 Eric Sesterhenn <snakebyte@gmx.de> [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 <snakebyte@gmx.de>
Signed-off-by: David S. Miller <davem@davemloft.net>