Merge pull request #1549 from philsmd/patch-3

7-Zip: increase the crc length to parse hashes with highly compressed data part
pull/1563/merge
Jens Steube 6 years ago committed by GitHub
commit 1ba5b4259e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12281,7 +12281,7 @@ int seven_zip_parse_hash (u8 *input_buf, u32 input_len, hash_t *hash_buf, MAYBE_
if (is_compressed == true)
{
if (crc_len_len > 6) return (PARSER_SALT_VALUE);
if (crc_len_len > 7) return (PARSER_SALT_VALUE);
if (coder_attributes_len > 10) return (PARSER_SALT_VALUE);

Loading…
Cancel
Save