Create a fuzz introspector exclude config file
authorKurt Roeckx <kurt@roeckx.be>
Fri, 27 Oct 2023 08:31:00 +0000 (10:31 +0200)
committerHugo Landau <hlandau@openssl.org>
Mon, 30 Oct 2023 08:01:03 +0000 (08:01 +0000)
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22532)

fuzz/fuzz_introspector_exclusion.config [new file with mode: 0644]

diff --git a/fuzz/fuzz_introspector_exclusion.config b/fuzz/fuzz_introspector_exclusion.config
new file mode 100644 (file)
index 0000000..bf0cdaf
--- /dev/null
@@ -0,0 +1,10 @@
+FUNCS_TO_AVOID
+OPENSSL_init_crypto
+ossl_property
+CRYPTO_THREAD_run_once
+OPENSSL_die
+FILES_TO_AVOID
+mem.c
+err.c
+buffer.c
+packet.c