Merge pull request #778 from terrelln/bad-huff

[libzstd] Fix bug in Huffman decompresser
This commit is contained in:
Yann Collet
2017-08-07 14:05:58 -07:00
committed by GitHub
3 changed files with 10 additions and 3 deletions
Binary file not shown.
+7
View File
@@ -386,6 +386,13 @@ $ZSTD -t tmpSplit.* && die "bad file not detected !"
./datagen | $ZSTD -c | $ZSTD -t
$ECHO "\n**** golden files tests **** "
$ZSTD -t -r files
$ZSTD -c -r files | $ZSTD -t
$ECHO "\n**** benchmark mode tests **** "
$ECHO "bench one file"