From e83125b2ce566b67b30d485e58d4230b22c04be7 Mon Sep 17 00:00:00 2001 From: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com> Date: Mon, 26 Jun 2023 19:01:26 -0400 Subject: [PATCH] [postgresql] Disable AFL build (#10604) Fixes https://github.com/google/oss-fuzz/issues/10603 --- projects/postgresql/project.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/postgresql/project.yaml b/projects/postgresql/project.yaml index 5cc7a3ff3..9057d9896 100644 --- a/projects/postgresql/project.yaml +++ b/projects/postgresql/project.yaml @@ -9,6 +9,5 @@ auto_ccs: fuzzing_engines: - libfuzzer - honggfuzz - - afl sanitizers: - address