git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4f914b
)
rtnetlink: potential ERR_PTR dereference
author
Dan Carpenter
<error27@gmail.com>
Wed, 21 Apr 2010 23:53:27 +0000
(23:53 +0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 22 Apr 2010 22:57:26 +0000
(15:57 -0700)
In the original code, if rtnl_create_link() returned an ERR_PTR then that
would get passed to rtnl_configure_link() which dereferences it.
Signed-off-by: Dan Carpenter <error27@gmail.com>
Acked-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/rtnetlink.c
patch
|
blob
|
history
diff --cc
net/core/rtnetlink.c
Simple merge