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:
ae62ca7
)
ipv4: fix NULL checking in devinet_ioctl()
author
Xi Wang
<xi.wang@gmail.com>
Sat, 5 Jan 2013 11:19:24 +0000
(11:19 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 7 Jan 2013 05:11:18 +0000
(21:11 -0800)
The NULL pointer check `!ifa' should come before its first use.
[ Bug origin : commit
fd23c3b31107e2fc483301ee923d8a1db14e53f4
(ipv4: Add hash table of interface addresses) in linux-2.6.39 ]
Signed-off-by: Xi Wang <xi.wang@gmail.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found