mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-16 20:08:07 +00:00
clang warning fixed
This commit is contained in:
@ -186,6 +186,9 @@ static u8 colorization(afl_state_t *afl, u8 *buf, u32 len, u32 exec_cksum) {
|
||||
|
||||
}
|
||||
|
||||
ck_free(rng);
|
||||
rng = NULL;
|
||||
|
||||
// save the input with the high entropy
|
||||
|
||||
if (needs_write) {
|
||||
|
Reference in New Issue
Block a user