Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix coverity issue in block::initEmptyBlock (#1491)
getObjectSize should not return values bigger then 2^16-1. We are assigning it's return value, which is 32 bit to 16 bit one, so it is good to assert it anyway.
- Loading branch information