aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Kevin Lubick <kjlubick@users.noreply.github.com>2022-02-15 16:50:22 -0500
committerGravatar GitHub <noreply@github.com>2022-02-15 21:50:22 +0000
commit5b1313d1be12d842ae2819c6773923ac084af004 (patch)
treeb601f119b40d351c0e3f589052969d4c3b3363ce
parent94898eb74e5cad5b0bedefbd225f89c10533e8e1 (diff)
[skia] Re-enable MSAN (#7290)
-rw-r--r--projects/skia/project.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/projects/skia/project.yaml b/projects/skia/project.yaml
index d69730c5..f4b2cdeb 100644
--- a/projects/skia/project.yaml
+++ b/projects/skia/project.yaml
@@ -16,8 +16,7 @@ vendor_ccs:
sanitizers:
- address
- undefined
-# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
-# - memory
+ - memory
help_url: "https://skia.org/dev/testing/fuzz"
builds_per_day: 4
main_repo: 'https://skia.googlesource.com/skia.git'