diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2021-04-15 15:05:14 +0200 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2021-04-15 15:05:14 +0200 |
commit | 43e16cf13dfffa27f9cde49a3bba026cef96b1c4 (patch) | |
tree | 19bb05011ab18fa933218bc4d49253adc0077d8f /qemu_mode/libcompcov | |
parent | d0390f3b7651efefeecf80ebf2b1a740c077f21f (diff) | |
download | afl++-43e16cf13dfffa27f9cde49a3bba026cef96b1c4.tar.gz |
fix compcovtest
Diffstat (limited to 'qemu_mode/libcompcov')
-rw-r--r-- | qemu_mode/libcompcov/compcovtest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu_mode/libcompcov/compcovtest.cc b/qemu_mode/libcompcov/compcovtest.cc index 8346c5b9..6fe501c0 100644 --- a/qemu_mode/libcompcov/compcovtest.cc +++ b/qemu_mode/libcompcov/compcovtest.cc @@ -29,7 +29,7 @@ int main(int argc, char**argv) { - static char buffer[MAX_FILE] = {/* zero padding */}; + char buffer[44] = {/* zero padding */}; FILE* file = stdin; if (argc > 1) |