diff options
author | van Hauser <vh@thc.org> | 2020-04-17 07:10:42 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-04-17 07:10:42 +0200 |
commit | c961925356bf3388066969b9975b424c4cdae890 (patch) | |
tree | 7a8e806add44f2d61fcff837ae040e8b1999ae9a /src/afl-fuzz-python.c | |
parent | 23ea7279159dce964c69b3dfa5e7e36f3d5a5085 (diff) | |
download | afl++-c961925356bf3388066969b9975b424c4cdae890.tar.gz |
fix plot_data output and code-format
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 33f01797..d4519c6d 100644 --- a/src/afl-fuzz-python.c +++ b/src/afl-fuzz-python.c @@ -42,7 +42,7 @@ it just fills in `&py_mutator->something_buf, &py_mutator->something_size`. */ &((py_mutator_t *)py_mutator)->name##_size static size_t fuzz_py(void *py_mutator, u8 *buf, size_t buf_size, u8 **out_buf, - u8 *add_buf, size_t add_buf_size, size_t max_size) { + u8 *add_buf, size_t add_buf_size, size_t max_size) { size_t mutated_size; PyObject *py_args, *py_value; |