1
0
mirror of https://git.tukaani.org/xz.git synced 2025-10-20 16:13:31 +00:00
Lasse Collin 054ccd6d14 xz: Fix --single-stream with an empty .xz Stream.
Example:

    $ xz -dc --single-stream good-0-empty.xz
    xz: good-0-empty.xz: Internal error (bug)

The code, that is tries to catch some input file issues early,
didn't anticipate LZMA_STREAM_END which is possible in that
code only when --single-stream is used.
2022-10-25 23:09:11 +03:00
..
2022-08-19 23:40:00 +03:00
2019-06-24 22:52:20 +03:00
2010-01-24 23:50:54 +02:00
2014-01-12 12:17:08 +02:00