From: Sage Weil Date: Thu, 12 May 2011 21:18:42 +0000 (-0700) Subject: libceph: fix uninitialized value when no get_authorizer method is set X-Git-Tag: v3.0-rc1~159^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8f54ce169125a2e59330fac25ad3c9ac0ce22a5;p=pandora-kernel.git libceph: fix uninitialized value when no get_authorizer method is set If there is no get_authorizer method we set the out_kvec to a bogus pointer. The length is also zero in that case, so it doesn't much matter, but it's better not to add the empty item in the first place. Signed-off-by: Sage Weil --- Reading git-diff-tree failed