summaryrefslogtreecommitdiffstats
path: root/fuzz
diff options
context:
space:
mode:
authorKurt Roeckx <kurt@roeckx.be>2023-10-27 10:31:00 +0200
committerHugo Landau <hlandau@openssl.org>2023-10-30 08:01:03 +0000
commit3a29ac268470d5a1b8f34bfc5dae01308eedc6ca (patch)
treed44cee05e2016934991b072d45a0d2ae4c881c53 /fuzz
parent83efd7170bfa48a3263fcf8c771a6029646e8ad2 (diff)
Create a fuzz introspector exclude config file
Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22532)
Diffstat (limited to 'fuzz')
-rw-r--r--fuzz/fuzz_introspector_exclusion.config10
1 files changed, 10 insertions, 0 deletions
diff --git a/fuzz/fuzz_introspector_exclusion.config b/fuzz/fuzz_introspector_exclusion.config
new file mode 100644
index 0000000000..bf0cdaff1b
--- /dev/null
+++ b/fuzz/fuzz_introspector_exclusion.config
@@ -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