commit | 58c17b0e1b2278824aedc5d1201f6a43a38d6a48 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@inktank.com> | Thu Aug 23 23:22:06 2012 -0500 |
committer | Alex Elder <elder@inktank.com> | Mon Oct 01 14:30:49 2012 -0500 |
tree | a924fc7450e712bec4ca519d6d8bf8314cb7b3f6 | |
parent | 1f7ba3311530993801d6877889efff0382bcd641 [diff] |
rbd: don't over-allocate space for object prefix In rbd_header_from_disk() the object prefix buffer is sized based on the maximum size it's block_name equivalent on disk could be. Instead, only allocate enough to hold null-terminated string from the on-disk header--or the maximum size of no NUL is found. Signed-off-by: Alex Elder <elder@inktank.com> Reviewed-by: Yehuda Sadeh <yehuda@inktank.com>