about summary refs log tree commit diff
path: root/examples/aflpp_driver/aflpp_qemu_driver.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-06-04 09:10:58 +0200
committervan Hauser <vh@thc.org>2020-06-04 09:10:58 +0200
commitf1ad9bdaea754cd08581b7b41bac7f404763fde7 (patch)
treec0c3e99898e03f4a1e3e8a39d13187faa3d766f7 /examples/aflpp_driver/aflpp_qemu_driver.c
parent2f73215d4f24d9059546aff2b82d7eef05fbe253 (diff)
downloadafl++-f1ad9bdaea754cd08581b7b41bac7f404763fde7.tar.gz
fix
Diffstat (limited to 'examples/aflpp_driver/aflpp_qemu_driver.c')
-rw-r--r--examples/aflpp_driver/aflpp_qemu_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/aflpp_driver/aflpp_qemu_driver.c b/examples/aflpp_driver/aflpp_qemu_driver.c
index 604feb91..ee7dde10 100644
--- a/examples/aflpp_driver/aflpp_qemu_driver.c
+++ b/examples/aflpp_driver/aflpp_qemu_driver.c
@@ -27,7 +27,7 @@ int main(int argc, char **argv) {
 
   } else {
 
-    uint8_t dummy_input[1] = {0};
+    uint8_t dummy_input[1024000] = {0};
     LLVMFuzzerTestOneInput(dummy_input, 1);
 
   }