diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2022-02-22 02:04:18 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2022-02-22 02:04:18 +0200 |
commit | 4f78f5fcf63592f2d77e921cfe0d5de300867374 (patch) | |
tree | 66b277211e1ff34d00546ab75d03bc766329122f /tests | |
parent | Update THANKS. (diff) | |
download | xz-4f78f5fcf63592f2d77e921cfe0d5de300867374.tar.xz |
liblzma: Check the return value of lzma_index_append() in threaded encoder.
If lzma_index_append() failed (most likely memory allocation failure)
it could have gone unnoticed and the resulting .xz file would have
an incorrect Index. Decompressing such a file would produce the
correct uncompressed data but then an error would occur when
verifying the Index field.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions