From 6e6d6068aee8552ff62053b338767a572cf2dc40 Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Wed, 23 Mar 2022 04:53:38 +0300 Subject: [PATCH] [elfutils] prevent MSan from reporting issues for now (#7424) https://sourceware.org/pipermail/elfutils-devel/2022q1/004784.html --- projects/elfutils/project.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/elfutils/project.yaml b/projects/elfutils/project.yaml index b3a57ffc1..888782dde 100644 --- a/projects/elfutils/project.yaml +++ b/projects/elfutils/project.yaml @@ -9,7 +9,8 @@ fuzzing_engines: - honggfuzz sanitizers: - address - - memory + - memory: + experimental: True - undefined architectures: - x86_64