summaryrefslogtreecommitdiffstats
path: root/fuzz/bndiv.c
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz/bndiv.c')
-rw-r--r--fuzz/bndiv.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/fuzz/bndiv.c b/fuzz/bndiv.c
index 9319878607..eb17f29cab 100644
--- a/fuzz/bndiv.c
+++ b/fuzz/bndiv.c
@@ -107,3 +107,7 @@ int FuzzerTestOneInput(const uint8_t *buf, size_t len)
return 0;
}
+
+void FuzzerCleanup(void)
+{
+}