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:
5ef50c3
)
libceph: fix crypto key null deref, memory leak
author
Sylvain Munaut
<tnt@246tNt.com>
Thu, 2 Aug 2012 16:12:59 +0000
(09:12 -0700)
committer
Sage Weil
<sage@inktank.com>
Thu, 2 Aug 2012 16:19:20 +0000
(09:19 -0700)
Avoid crashing if the crypto key payload was NULL, as when it was not correctly
allocated and initialized. Also, avoid leaking it.
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Signed-off-by: Sage Weil <sage@inktank.com>
Reviewed-by: Alex Elder <elder@inktank.com>
No differences found