]> git.ipfire.org Git - thirdparty/zstd.git/commit
added control from frame content size at end of decompression 858/head
authorYann Collet <cyan@fb.com>
Thu, 21 Sep 2017 23:21:10 +0000 (16:21 -0700)
committerYann Collet <cyan@fb.com>
Thu, 21 Sep 2017 23:21:10 +0000 (16:21 -0700)
commitcd3115b284f47abea84bcf82f3c45d42062393a1
treeda804a98b2d426acc491ed9a356737bb5788e692
parentda74aabc00ff2c638e0c1fdda0d58f5d4f7122a7
added control from frame content size at end of decompression

adding check at end of single-pass ZSTD_decompressFrame().
Check within ZSTD_decompressContinue() was already added in a previous patch : b3f33ccfb3b4fcc73df82126fd5ecfb751268fc6
lib/decompress/zstd_decompress.c
tests/fuzzer.c