commit | dba28812cd33e00ac3a3626a2ae2ec2471dcd1a4 | [log] [tgz] |
---|---|---|
author | Juraj Vijtiuk <juraj.vijtiuk@sartura.hr> | Thu Sep 24 13:56:18 2020 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Tue Sep 29 10:34:34 2020 +0200 |
tree | 95ff8531d3aeea2a205e9a931542429f9e099874 | |
parent | 2bab6f25399162e5809ebc8f9c405ee9547760c0 [diff] [blame] |
fuzz BUGFIX fix fuzz harness function signature compilation warnings
diff --git a/tests/fuzz/main.c b/tests/fuzz/main.c index 2776dea..1c0c4d7 100644 --- a/tests/fuzz/main.c +++ b/tests/fuzz/main.c
@@ -2,6 +2,8 @@ #include <stdint.h> #include <stdlib.h> +int LLVMFuzzerTestOneInput(uint8_t const *buf, size_t len); + #ifdef __AFL_COMPILER int main(void) {