diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-03-28 11:55:10 +0100 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-03-28 11:55:10 +0100 |
commit | 11767bec0e567db943e612b22d9ef4e25682b2b9 (patch) | |
tree | 1d5d86a8356e8ab46bb1aa61dc881739fe2bbccf /src/afl-fuzz-python.c | |
parent | 7a92bf974d716da8ccc9b7f89b4e18a909c849ad (diff) | |
download | afl++-11767bec0e567db943e612b22d9ef4e25682b2b9.tar.gz |
tiny changes in custom mut api
Diffstat (limited to 'src/afl-fuzz-python.c')
-rw-r--r-- | src/afl-fuzz-python.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz-python.c b/src/afl-fuzz-python.c index 6f8982c0..76b5ca80 100644 --- a/src/afl-fuzz-python.c +++ b/src/afl-fuzz-python.c @@ -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"); } |