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
/
asn1.c
diff --git
a/fuzz/asn1.c
b/fuzz/asn1.c
index
0644ed7
..
f7b5571
100644
(file)
--- a/
fuzz/asn1.c
+++ b/
fuzz/asn1.c
@@
-222,3
+222,7
@@
int FuzzerTestOneInput(const uint8_t *buf, size_t len)
return 0;
}
+
+void FuzzerCleanup(void)
+{
+}