You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments