]> git.ipfire.org Git - thirdparty/zstd.git/commit
fixed OSSfuzz 11849 1462/head
authorYann Collet <cyan@fb.com>
Thu, 20 Dec 2018 00:54:15 +0000 (16:54 -0800)
committerYann Collet <cyan@fb.com>
Thu, 20 Dec 2018 00:54:15 +0000 (16:54 -0800)
commit2898afab5245cfa0123f8dc562fefef53114fa7d
tree2f252b36ae314c787592dbc89c531b1ff18ef8c1
parent78c4ea493023d77900ad3bca916fd51a40b4d37a
fixed OSSfuzz 11849

The problem was already masked,
due to no longer accepting tiny blocks for statistics.

But in case it could still happen with not-so-tiny blocks,
there is a stricter control which ensures that
nothing was already loaded prior to statistics collection.
lib/compress/zstd_compress.c
lib/compress/zstd_opt.c
tests/fuzzer.c