[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.
This commit is contained in:
bungeman 2021-12-20 08:34:28 -05:00 committed by GitHub
parent 5f8608a2fc
commit aef7c2c873
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -16,4 +16,5 @@ vendor_ccs:
sanitizers:
- address
- undefined
- memory
main_repo: 'https://github.com/freetype/freetype2-testing.git'