diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2022-08-18 17:16:49 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2022-08-18 17:16:49 +0300 |
commit | c4e8e5fb311225b8b48d34157891a640b2535e0c (patch) | |
tree | a7ac08bc9dcf279eb495abc07b49686774d699ed /debug/README | |
parent | Add NEWS for 5.2.6. (diff) | |
download | xz-c4e8e5fb311225b8b48d34157891a640b2535e0c.tar.xz |
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.
Diffstat (limited to 'debug/README')
0 files changed, 0 insertions, 0 deletions