decompression validates frame content checksum

This commit is contained in:
Yann Collet
2016-06-01 00:18:28 +02:00
parent c4f739bef4
commit 8e3a36a6db
3 changed files with 30 additions and 17 deletions
+1
View File
@@ -54,6 +54,7 @@ typedef enum {
ZSTD_error_dstSize_tooSmall,
ZSTD_error_srcSize_wrong,
ZSTD_error_corruption_detected,
ZSTD_error_checksum_wrong,
ZSTD_error_tableLog_tooLarge,
ZSTD_error_maxSymbolValue_tooLarge,
ZSTD_error_maxSymbolValue_tooSmall,