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:
36165fd
)
drivers: net: wireless: b43: Fix possible NULL ptr dereference
author
Felipe Pena
<felipensp@gmail.com>
Thu, 17 Oct 2013 00:40:24 +0000
(21:40 -0300)
committer
John W. Linville
<linville@tuxdriver.com>
Fri, 18 Oct 2013 17:41:11 +0000
(13:41 -0400)
On the ternary expression the 'e' variable could be NULL dereferenced,
when b43_nphy_get_rf_ctl_over_rev7 function returns NULL.
Signed-off-by: Felipe Pena <felipensp@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found