Skip to content

Commit

Permalink
Enable msan experiment on some projects. (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
inferno-chromium committed May 10, 2017
1 parent e6f4bc5 commit 1607410
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 3 deletions.
5 changes: 5 additions & 0 deletions projects/irssi/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@ primary_contact: "ahf@irssi.org"
auto_ccs:
- "dx@dxzone.com.ar"
- "staff@irssi.org"
sanitizers:
- address
- memory:
experimental: True
- undefined
5 changes: 5 additions & 0 deletions projects/lcms/project.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
homepage: "http://www.littlecms.com/"
primary_contact: "marti.maria.s@gmail.com"
sanitizers:
- address
- memory:
experimental: True
- undefined
8 changes: 5 additions & 3 deletions projects/libarchive/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ primary_contact: "joerg.sonnenberger@googlemail.com"
auto_ccs:
- "kientzle@gmail.com"
- "martin@matuska.org"
fuzzing_engines:
- libfuzzer
- afl
sanitizers:
- address
- memory:
experimental: True
- undefined
5 changes: 5 additions & 0 deletions projects/libass/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ auto_ccs:
- "nfxjfg@gmail.com"
- "chortos@inbox.lv"
- "vabnick@gmail.com"
sanitizers:
- address
- memory:
experimental: True
- undefined
5 changes: 5 additions & 0 deletions projects/libpng/project.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
homepage: "http://www.libpng.org/pub/png/libpng.html"
sanitizers:
- address
- memory:
experimental: True
- undefined
5 changes: 5 additions & 0 deletions projects/libssh/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@ homepage: "https://libssh.org/"
primary_contact: "asn@cryptomilk.org"
auto_ccs:
- "cryptomilk@gmail.com"
sanitizers:
- address
- memory:
experimental: True
- undefined

0 comments on commit 1607410

Please sign in to comment.