mirror of
https://github.com/facebook/zstd.git
synced 2025-03-07 01:10:04 +02:00
fix #1379 decodecorpus was generating one extraneous byte when `nbSeq==0`. This is disallowed by the specification. The reference decoder was just skipping the extraneous byte. It is now stricter, and flag such situation as an error.