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:
d6d211d
)
firewire: net: fix NULL derefencing in fwnet_probe()
author
Daeseok Youn
<daeseok.youn@gmail.com>
Tue, 29 Apr 2014 09:49:47 +0000
(18:49 +0900)
committer
Stefan Richter
<stefanr@s5r6.in-berlin.de>
Mon, 12 May 2014 12:35:31 +0000
(14:35 +0200)
"dev" and "net" are NULL when alloc_netdev() is failed.
So just unlock and return an error.
Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
No differences found