Merge pull request #2257 from S0fr/S0fr-patch-1

Update afl-analyze.c
This commit is contained in:
van Hauser 2024-11-27 22:27:29 +01:00 committed by GitHub
commit a287076ac0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -513,7 +513,8 @@ static void dump_hex(u32 len, u8 *b_data) {
static void analyze() {
u32 i;
u32 boring_len = 0, prev_xff = 0, prev_x01 = 0, prev_s10 = 0, prev_a10 = 0;
u32 boring_len = 0;
u64 prev_xff = 0, prev_x01 = 0, prev_s10 = 0, prev_a10 = 0;
u8 *b_data = ck_alloc(in_len + 1);
u8 seq_byte = 0;