missing closing parenthesis

This commit is contained in:
ifyGecko
2023-11-16 19:02:46 -05:00
committed by GitHub
parent 61e27c6b54
commit b05e3f7ac0

View File

@ -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;