Enable MSAN for quickjs (#7607)

This commit is contained in:
Julien Voisin 2022-04-22 13:50:02 +02:00 committed by GitHub
parent 9c2191ac21
commit 0e860874bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ vendor_ccs :
sanitizers:
- address
- memory
blackbox: true # also use a blackbox fuzzer for this project.
main_repo: 'https://github.com/bellard/quickjs'