]> git.ipfire.org Git - thirdparty/zstd.git/commit
fix 44122 test error 3034/head
authorYann Collet <cyan@fb.com>
Thu, 27 Jan 2022 22:54:18 +0000 (14:54 -0800)
committerYann Collet <cyan@fb.com>
Thu, 27 Jan 2022 22:54:18 +0000 (14:54 -0800)
commitd64d5ddc57ac58f3bcff2bd531cbe1e71bc4e356
tree52a9dfc395a6c9dc3552b1de46374ca4c0f7d872
parent5d70ec0bc48ee93126cba3126069faa1f9e07cec
fix 44122 test error

It's a bug in the test itself, in exceptional circumstances (no more space for additional sequence).

There should be enough room for all cases to work fine from now on,
and if not, we have an additional `assert()` to catch that situation.
tests/fuzz/sequence_compression_api.c