From 2e0615270d157beb293bfce832a8a39bc6f2e749 Mon Sep 17 00:00:00 2001 From: Matt Holt Date: Tue, 10 Dec 2019 15:00:31 -0700 Subject: fuzz: Remove Caddyfile adapter from fuzz corpus (#2925) The Caddyfile adapter does not need to be fuzzed, as all it really does is invoke the Caddyfile parser, which is already fuzzed --- azure-pipelines.yml | 2 -- 1 file changed, 2 deletions(-) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d7d3e71..8fdf0b3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -206,7 +206,6 @@ jobs: - bash: | declare -A fuzzers_funcs=(\ - ["./caddyconfig/httpcaddyfile/adapter_fuzz.go"]="FuzzHTTPCaddyfileAdapter" \ ["./caddyconfig/httpcaddyfile/addresses_fuzz.go"]="FuzzParseAddress" \ ["./caddyconfig/caddyfile/parse_fuzz.go"]="FuzzParseCaddyfile" \ ["./listeners_fuzz.go"]="FuzzParseNetworkAddress" \ @@ -214,7 +213,6 @@ jobs: ) declare -A fuzzers_targets=(\ - ["./caddyconfig/httpcaddyfile/adapter_fuzz.go"]="caddyfile-adapter" \ ["./caddyconfig/httpcaddyfile/addresses_fuzz.go"]="parse-address" \ ["./caddyconfig/caddyfile/parse_fuzz.go"]="parse-caddyfile" \ ["./listeners_fuzz.go"]="parse-network-address" \ -- cgit v1.2.3