Re: [xz-devel] LZMA_BUF_ERROR

2020-06-04 Thread Lasse Collin
Hello! Sorry for the delay. On 2020-05-23 K L wrote: > Could you give us the clue what can be the reason of such buffering > error and how to overcome it (can it be done in lzma or in libarchive > code?). Our test data is valid archive (at least several tools can > read it successfully). LZMA_BU

[xz-devel] LZMA_BUF_ERROR

2020-05-23 Thread K L
Hello, We are using libarchive library linking with liblzma from XZ Utils to extract zip archives compressed with lzma. We have faced the following problem: lzma_code returned LZMA_BUF_ERROR when called from libarchive subroutine zip_read_data_zipx_lzma_alone. We found out that libarchive does 3