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:
1f04493
)
bond_3ad.c avoid possible null deref
author
Dan Carpenter
<error27@gmail.com>
Wed, 23 Dec 2009 03:27:10 +0000
(
03:27
+0000)
committer
David S. Miller
<davem@davemloft.net>
Sun, 27 Dec 2009 04:24:46 +0000
(20:24 -0800)
A few lines earlier we assume that best->slave could be either null or non-null so
we should check it here as well.
Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found