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:
3772d26
)
libceph: fix ceph_msg_new error path
author
Henry C Chang
<henry.cy.chang@gmail.com>
Tue, 3 May 2011 02:29:56 +0000
(
02:29
+0000)
committer
Sage Weil
<sage@newdream.net>
Tue, 3 May 2011 16:28:11 +0000
(09:28 -0700)
If memory allocation failed, calling ceph_msg_put() will cause GPF
since some of ceph_msg variables are not initialized first.
Fix Bug #970.
Signed-off-by: Henry C Chang <henry_c_chang@tcloudcomputing.com>
Signed-off-by: Sage Weil <sage@newdream.net>
No differences found