commit | c61a1abd215c1ccd6fa73104c79e79987ed3aa98 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@inktank.com> | Tue Jul 03 16:01:18 2012 -0500 |
committer | Sage Weil <sage@inktank.com> | Mon Jul 30 09:29:55 2012 -0700 |
tree | bd3e97181584049386a85f338623b76cf5d83952 | |
parent | 8842b3be96c376f174ae0d4f282d14728ad5febf [diff] |
libceph: fix off-by-one bug in ceph_encode_filepath() There is a BUG_ON() call that doesn't account for the single byte structure version at the start of an encoded filepath in ceph_encode_filepath(). Fix that. Signed-off-by: Alex Elder <elder@inktank.com> Reviewed-by: Yehuda Sadeh <yehuda@inktank.com> Reviewed-by: Josh Durgin <josh.durgin@inktank.com>