LibtraceTeam / wandio

C library for simple and efficient file IO
GNU Lesser General Public License v3.0
17 stars 13 forks source link

ZSTD decompressor exit prematurely on multi-frame file, without decompressing whole file #19

Closed scherepanov closed 5 years ago

scherepanov commented 5 years ago

When zstd file contains multiple frames, decompressor erroneously detect EOF condition on end of first frame and exist without an error, and not decompressing whole file.

salcock commented 5 years ago

Resolved by 9c5b75c.