projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add a FuzzerClean() function
[openssl.git]
/
fuzz
/
bndiv.c
diff --git
a/fuzz/bndiv.c
b/fuzz/bndiv.c
index
9319878
..
eb17f29
100644
(file)
--- 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)
+{
+}