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:
305f9db
)
crypto: cryptd - Fix uninitialized return value
author
Steffen Klassert
<steffen.klassert@secunet.com>
Wed, 15 Jul 2009 08:51:04 +0000
(16:51 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Wed, 15 Jul 2009 08:51:04 +0000
(16:51 +0800)
If cryptd_alloc_instance() fails, the return value is uninitialized.
This patch fixes this by setting the return value.
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
No differences found