Merge pull request #2035 from s3inlc/pkzip-fix-2

Added parser message for pkzip hashes which have unsupported compression type for kernel
This commit is contained in:
Jens Steube
2019-05-20 11:50:22 +02:00
committed by GitHub
6 changed files with 7 additions and 4 deletions
+1
View File
@@ -512,6 +512,7 @@ typedef enum parser_rc
PARSER_TOKEN_ENCODING = -34,
PARSER_TOKEN_LENGTH = -35,
PARSER_INSUFFICIENT_ENTROPY = -36,
PARSER_PKZIP_CT_UNMATCHED = -37,
PARSER_UNKNOWN_ERROR = -255
} parser_rc_t;