mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 11:08:06 +00:00
tiny changes in custom mut api
This commit is contained in:
@ -103,7 +103,7 @@ size_t fuzz_py(void *py_mutator, u8 *buf, size_t buf_size, u8 **out_buf,
|
||||
} else {
|
||||
|
||||
PyErr_Print();
|
||||
FATAL("Call failed");
|
||||
FATAL("python custom fuzz: call failed");
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user