diff options
author | hexcoder- <heiko@hexco.de> | 2020-03-28 12:16:01 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-03-28 12:16:01 +0100 |
commit | 6ac40e2cc5edab506d716e33f0cba356690a30c6 (patch) | |
tree | af02917d3857f49d804ecd5a1d29374ff62d4209 /src/afl-fuzz-python.c | |
parent | 5625e059e1ca99bb6f82a619063cf9aebfdd0a95 (diff) | |
parent | 11767bec0e567db943e612b22d9ef4e25682b2b9 (diff) | |
download | afl++-6ac40e2cc5edab506d716e33f0cba356690a30c6.tar.gz |
Merge branch 'dev' of https://github.com/vanhauser-thc/AFLplusplus into dev
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"); } |