mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 02:58:08 +00:00
Refactoring fuzz_py
API
This commit is contained in:
@ -1647,7 +1647,7 @@ python_stage:
|
||||
ck_read(fd, new_buf, target->len, target->fname);
|
||||
close(fd);
|
||||
|
||||
fuzz_py(out_buf, len, new_buf, target->len, &retbuf, &retlen);
|
||||
fuzz_py_original(out_buf, len, new_buf, target->len, &retbuf, &retlen);
|
||||
|
||||
ck_free(new_buf);
|
||||
|
||||
|
Reference in New Issue
Block a user