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:
c379474
)
appletalk: Fix OOPS in atalk_release().
author
David S. Miller
<davem@davemloft.net>
Fri, 1 Apr 2011 01:59:10 +0000
(18:59 -0700)
committer
David S. Miller
<davem@davemloft.net>
Fri, 1 Apr 2011 01:59:10 +0000
(18:59 -0700)
Commit
60d9f461a20ba59219fdcdc30cbf8e3a4ad3f625
("appletalk: remove
the BKL") added a dereference of "sk" before checking for NULL in
atalk_release().
Guard the code block completely, rather than partially, with the
NULL check.
Reported-by: Dave Jones <davej@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found