From: Henry C Chang Date: Tue, 3 May 2011 02:29:56 +0000 (+0000) Subject: libceph: fix ceph_msg_new error path X-Git-Tag: v2.6.39-rc7~17^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca20892db7567c40e8ed0668f46cf0d085d7db6d;p=pandora-kernel.git libceph: fix ceph_msg_new error path 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 Signed-off-by: Sage Weil --- Reading git-diff-tree failed