Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix assert in background compression and encryption. (#1366)
* use assert to find whether, the async compression/encryption able to fit the destination block in the allocated space. Allocated space is calculated using (item.end-item.start) + padding +1
- Loading branch information