1
0
mirror of https://git.tukaani.org/xz.git synced 2025-03-12 19:40:46 +00:00
Lasse Collin c4e8e5fb31 liblzma: Threaded decoder: Improve LZMA_FAIL_FAST when LZMA_FINISH is used.
It will now return LZMA_DATA_ERROR (not LZMA_OK or LZMA_BUF_ERROR)
if LZMA_FINISH is used and there isn't enough input to finish
decoding the Block Header or the Block. The use of LZMA_DATA_ERROR
is simpler and the less risky than LZMA_BUF_ERROR but this might
be changed before 5.4.0.
2022-08-18 17:16:49 +03:00
..
2019-06-03 20:41:54 +03:00
2019-05-11 20:52:37 +03:00
2019-06-03 20:41:54 +03:00
2019-06-03 20:41:54 +03:00
2019-06-03 20:41:54 +03:00
2019-05-11 20:52:37 +03:00
2020-03-23 18:07:50 +02:00
2009-12-31 22:45:53 +02:00
2019-05-11 20:52:37 +03:00
2009-09-15 21:07:23 +03:00