mirror of
https://git.tukaani.org/xz.git
synced 2025-09-06 10:38:20 +00:00
The argument to vli_ceil4() should always guarantee the return value is also a valid lzma_vli. Thus the highest three valid lzma_vli values are invalid arguments. All uses of the function ensure this so the assert is updated to match this.