mirror of
https://github.com/hashcat/hashcat.git
synced 2025-06-09 09:38:49 +00:00
Merge pull request #1084 from philsmd/master
dead code: already implied length within the android fde parsing function
This commit is contained in:
commit
db46f95e14
@ -7866,8 +7866,8 @@ int androidfde_parse_hash (u8 *input_buf, u32 input_len, hash_t *hash_buf, MAYBE
|
|||||||
|
|
||||||
databuf_pos++;
|
databuf_pos++;
|
||||||
|
|
||||||
u32 data_len = input_len - 1 - 3 - 1 - saltlen_len - 1 - saltbuf_len - 1 - keylen_len - 1 - keybuf_len - 1;
|
// u32 data_len = input_len - 1 - 3 - 1 - saltlen_len - 1 - saltbuf_len - 1 - keylen_len - 1 - keybuf_len - 1;
|
||||||
|
//
|
||||||
// the following check is not needed, since we already checked all the other lengths (sub strings)
|
// the following check is not needed, since we already checked all the other lengths (sub strings)
|
||||||
// if (data_len != 3072) return (PARSER_SALT_LENGTH);
|
// if (data_len != 3072) return (PARSER_SALT_LENGTH);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user