mirror of
https://git.tukaani.org/xz.git
synced 2025-04-04 23:00:57 +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.