]> git.ipfire.org Git - thirdparty/zstd.git/commit
fixed a small error in decodeCorpus 883/head
authorYann Collet <cyan@fb.com>
Sat, 7 Oct 2017 22:19:52 +0000 (15:19 -0700)
committerYann Collet <cyan@fb.com>
Sat, 7 Oct 2017 22:19:52 +0000 (15:19 -0700)
commit7f6a7838626db4b2a3aa42dbf72b6f5e385747c8
treeab1015b44f357f537d0634c044e4389e7389486b
parent4252621e26110b1f35cef11962a7aa6b41618f18
fixed a small error in decodeCorpus

a compressed block must be strictly smaller than its decompressed size.
doc/zstd_manual.html
lib/decompress/zstd_decompress.c
tests/Makefile
tests/decodecorpus.c