From aef7c2c87345ab717f89144ea1b796326b35af1a Mon Sep 17 00:00:00 2001 From: bungeman Date: Mon, 20 Dec 2021 08:34:28 -0500 Subject: [PATCH] [freetype2] Add MemorySanitizer (#7033) The upstream freetype-testing project now pulls llvm-project and builds libcxx and libcxx-abi and statically links against them to support the use of C++ in the fuzzer driver. --- projects/freetype2/project.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/freetype2/project.yaml b/projects/freetype2/project.yaml index c747e1bd0..c005f5a0a 100644 --- a/projects/freetype2/project.yaml +++ b/projects/freetype2/project.yaml @@ -16,4 +16,5 @@ vendor_ccs: sanitizers: - address - undefined + - memory main_repo: 'https://github.com/freetype/freetype2-testing.git'