From 0d040e2a6be47ec41993f56c1d9c6635a84bf0da Mon Sep 17 00:00:00 2001 From: Navidem Date: Tue, 30 Aug 2022 14:03:08 -0700 Subject: [PATCH] Update curl's unsupported fuzzers (#1479) Add `centipede_function_filter` to the list of unsupported fuzzers. --- benchmarks/curl_curl_fuzzer_http/benchmark.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmarks/curl_curl_fuzzer_http/benchmark.yaml b/benchmarks/curl_curl_fuzzer_http/benchmark.yaml index 77077e135..24ebf91d9 100644 --- a/benchmarks/curl_curl_fuzzer_http/benchmark.yaml +++ b/benchmarks/curl_curl_fuzzer_http/benchmark.yaml @@ -21,3 +21,4 @@ unsupported_fuzzers: - libfuzzer_dataflow - libfuzzer_dataflow_load - libfuzzer_dataflow_store + - centipede_function_filter