]> git.ipfire.org Git - thirdparty/zstd.git/commit
[fix] Always return dstSize_tooSmall when it is the case 2272/head
authorNick Terrell <terrelln@fb.com>
Sat, 15 Aug 2020 19:32:57 +0000 (12:32 -0700)
committerNick Terrell <terrelln@fb.com>
Mon, 24 Aug 2020 20:38:13 +0000 (13:38 -0700)
commit1302f8d67691356b2f0aec8c62c1a7af2886a7cc
treef0030f2b8ad1214a6c7faf5eb847d9c9fb0d0447
parente33e5eece3c5d62986c8650c00938c93641226e0
[fix] Always return dstSize_tooSmall when it is the case
lib/decompress/zstd_decompress.c
lib/decompress/zstd_decompress_block.c
tests/fuzz/Makefile
tests/fuzz/decompress_dstSize_tooSmall.c [new file with mode: 0644]
tests/fuzz/fuzz.py
tests/fuzz/simple_compress.c
tests/fuzzer.c