Skip to content

Commit

Permalink
Create a fuzz introspector exclude config file
Browse files Browse the repository at this point in the history
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from openssl/openssl#22532)

Signed-off-by: fly2x <fly2x@hitls.org>
  • Loading branch information
kroeckx authored and fly2x committed Nov 2, 2023
1 parent 45aec7e commit cbd2168
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions fuzz/fuzz_introspector_exclusion.config
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit cbd2168

Please sign in to comment.