aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/quickjs
diff options
context:
space:
mode:
authorGravatar Julien Voisin <jvoisin@users.noreply.github.com>2022-04-22 13:50:02 +0200
committerGravatar GitHub <noreply@github.com>2022-04-22 12:50:02 +0100
commit0e860874bfb7106573473fb2d652504e78e0ba77 (patch)
tree166e92ec098253d6b1c058fb03b51a3074ceb543 /projects/quickjs
parent9c2191ac21edcc8584fda2fa59d6ce0a182f3eec (diff)
Enable MSAN for quickjs (#7607)
Diffstat (limited to 'projects/quickjs')
-rw-r--r--projects/quickjs/project.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/quickjs/project.yaml b/projects/quickjs/project.yaml
index a2e3ce73..95bc3044 100644
--- a/projects/quickjs/project.yaml
+++ b/projects/quickjs/project.yaml
@@ -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'