mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
Use buffer protocol to retrieve result from python post_process (#605)
Saves an extra copy, gives post processing functions more flexibility
This commit is contained in:
@ -326,8 +326,7 @@ typedef struct py_mutator {
|
||||
u8 * fuzz_buf;
|
||||
size_t fuzz_size;
|
||||
|
||||
u8 * post_process_buf;
|
||||
size_t post_process_size;
|
||||
Py_buffer post_process_buf;
|
||||
|
||||
u8 * trim_buf;
|
||||
size_t trim_size;
|
||||
|
Reference in New Issue
Block a user