summaryrefslogtreecommitdiff
path: root/plugins/sudoers/regress/fuzz/fuzz_sudoers_ldif.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sudoers/regress/fuzz/fuzz_sudoers_ldif.c')
-rw-r--r--plugins/sudoers/regress/fuzz/fuzz_sudoers_ldif.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/sudoers/regress/fuzz/fuzz_sudoers_ldif.c b/plugins/sudoers/regress/fuzz/fuzz_sudoers_ldif.c
index e1f47399b..75a6d7dd7 100644
--- a/plugins/sudoers/regress/fuzz/fuzz_sudoers_ldif.c
+++ b/plugins/sudoers/regress/fuzz/fuzz_sudoers_ldif.c
@@ -29,6 +29,7 @@
#include "sudoers.h"
static int fuzz_printf(int msg_type, const char *fmt, ...);
+int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size);
/* Required to link with parser. */
struct sudo_user sudo_user;