about summary refs log tree commit diff
path: root/src/afl-fuzz-run.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/afl-fuzz-run.c')
-rw-r--r--src/afl-fuzz-run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz-run.c b/src/afl-fuzz-run.c
index f85b5859..cdec75e8 100644
--- a/src/afl-fuzz-run.c
+++ b/src/afl-fuzz-run.c
@@ -187,7 +187,7 @@ void write_to_testcase(afl_state_t *afl, void *mem, u32 len) {
 #ifdef _AFL_DOCUMENT_MUTATIONS
   s32   doc_fd;
   char *fn = alloc_printf("%s/mutations/%09u:%s", afl->out_dir,
-                          afl->document_counter++, describe_op(0));
+                          afl->document_counter++, describe_op(afl, 0));
   if (fn != NULL) {
 
     if ((doc_fd = open(fn, O_WRONLY | O_CREAT | O_TRUNC, 0600)) >= 0) {