Fix #50132
src/common/buffer.cc Contains a c style cast that does not work on 32 bit
% Done:
0%
Source:
Tags:
Backport:
Reviewed:
Affected Versions:
Description
Even though both are then size_t
std::max((size_t)min_alloc, (len + CEPH_PAGE_SIZE - 1) & CEPH_PAGE_MASK)
History
#3 Updated by Loïc Dachary about 10 hours ago
- Target version changed from v16.2.1 to v16.2.2