mirror of https://github.com/google/oss-fuzz.git
[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:
parent
5f8608a2fc
commit
aef7c2c873
|
@ -16,4 +16,5 @@ vendor_ccs:
|
|||
sanitizers:
|
||||
- address
|
||||
- undefined
|
||||
- memory
|
||||
main_repo: 'https://github.com/freetype/freetype2-testing.git'
|
||||
|
|
Loading…
Reference in New Issue