From 378c18e5f024ac5a8aef4cb40d7c9aa9633d144c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 16:30:35 +0200 Subject: Adding upstream version 2.38.1. Signed-off-by: Daniel Baumann --- include/fuzz.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 include/fuzz.h (limited to 'include/fuzz.h') diff --git a/include/fuzz.h b/include/fuzz.h new file mode 100644 index 0000000..1b0dbd2 --- /dev/null +++ b/include/fuzz.h @@ -0,0 +1,9 @@ +#ifndef UTIL_LINUX_FUZZ_H +#define UTIL_LINUX_FUZZ_H + +#include +#include + +int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size); + +#endif /* UTIL_LINUX_FUZZ_H */ -- cgit v1.2.3