aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-12-08 11:07:11 +0100
committervan Hauser <vh@thc.org>2020-12-08 11:07:11 +0100
commit46156957bd120dc8d8bcd9da72f83574902c654f (patch)
tree2d45a69204f0ba0d1353f9d29fbfc159829eddad /utils
parent2f4166d5d6aca701e5583afe2421284e492d2446 (diff)
downloadAFLplusplus-46156957bd120dc8d8bcd9da72f83574902c654f.tar.gz
fix aflfast changes
Diffstat (limited to 'utils')
-rw-r--r--utils/aflpp_driver/aflpp_qemu_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/aflpp_driver/aflpp_qemu_driver.c b/utils/aflpp_driver/aflpp_qemu_driver.c
index cb3b86d0..a0c02833 100644
--- a/utils/aflpp_driver/aflpp_qemu_driver.c
+++ b/utils/aflpp_driver/aflpp_qemu_driver.c
@@ -7,7 +7,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size);
__attribute__((weak)) int LLVMFuzzerInitialize(int *argc, char ***argv);
#define kMaxAflInputSize (1 * 1024 * 1024);
-static uint8_t AflInputBuf[kMaxAflInputSize];
+static uint8_t AflInputBuf[kMaxAflInputSize];
void __attribute__((noinline)) afl_qemu_driver_stdin_input(void) {