mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-09 16:51:34 +00:00
missing closing parenthesis
This commit is contained in:
parent
61e27c6b54
commit
b05e3f7ac0
@ -1321,7 +1321,7 @@ static u8 cmp_extend_encoding(afl_state_t *afl, struct cmp_header *h,
|
||||
} else {
|
||||
|
||||
#ifndef WORD_SIZE_64
|
||||
if (repl <= 0x00ffffffffffffff {
|
||||
if (repl <= 0x00ffffffffffffff) {
|
||||
|
||||
new_val = repl << 8;
|
||||
u8 scale_len = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user