tiny changes in custom mut api

This commit is contained in:
Dominik Maier
2020-03-28 11:55:10 +01:00
parent f370ef38c4
commit ab5e0703da
6 changed files with 39 additions and 25 deletions

View File

@ -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");
}