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:
1b36698
)
libceph: fix uninitialized value when no get_authorizer method is set
author
Sage Weil
<sage@newdream.net>
Thu, 12 May 2011 21:18:42 +0000
(14:18 -0700)
committer
Sage Weil
<sage@newdream.net>
Thu, 19 May 2011 18:25:02 +0000
(11:25 -0700)
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 <sage@newdream.net>
No differences found