diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-03-28 11:55:10 +0100 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-04-01 13:10:06 +0200 |
commit | ab5e0703dab404a77cd4726f720db99bed1a0c71 (patch) | |
tree | af02917d3857f49d804ecd5a1d29374ff62d4209 /src/afl-fuzz-python.c | |
parent | f370ef38c47eb9243c5ca06b98948e33cf5347b3 (diff) | |
download | afl++-ab5e0703dab404a77cd4726f720db99bed1a0c71.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"); } |