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:
4903e96
)
crypto: tegra-aes - Fix NULL pointer dereference
author
Sachin Kamat
<sachin.kamat@linaro.org>
Mon, 16 Sep 2013 03:31:10 +0000
(09:01 +0530)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Mon, 23 Sep 2013 20:02:22 +0000
(06:02 +1000)
'dd' is tested for NULL. However, it is derefenced in the error
message print. Change the print to pr_err to avoid this.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
No differences found