Enable Msan experimentally for some projects (#473).

This commit is contained in:
Oliver Chang 2017-03-21 15:09:10 -07:00
parent 5e16d49314
commit a086ab3f03
8 changed files with 40 additions and 0 deletions

View File

@ -1,2 +1,7 @@
homepage: "https://github.com/bblanchon/ArduinoJson"
primary_contact: "benoit.blanchon@gmail.com"
sanitizers:
- address
- memory:
experimental: True
- undefined

View File

@ -3,3 +3,8 @@ primary_contact: "jack.lloyd@gmail.com"
auto_ccs:
- "r.korthaus@sirrix.com"
- "d.neus@sirrix.com"
sanitizers:
- address
- memory:
experimental: True
- undefined

View File

@ -1,2 +1,7 @@
homepage: "https://github.com/google/brotli"
primary_contact: "eustas@chromium.org"
sanitizers:
- address
- memory:
experimental: True
- undefined

View File

@ -1,2 +1,7 @@
homepage: "https://c-ares.haxx.se/"
primary_contact: "drysdale@google.com"
sanitizers:
- address
- memory:
experimental: True
- undefined

View File

@ -1 +1,7 @@
homepage: "http://expat.sourceforge.net/"
sanitizers:
- address
- memory:
experimental: True
- undefined

View File

@ -1,2 +1,8 @@
homepage: "http://www.darwinsys.com/file/"
primary_contact: "zoulasc@gmail.com"
sanitizers:
- address
- memory:
experimental: True
- undefined

View File

@ -3,3 +3,6 @@ auto_ccs:
- "icu-team@google.com"
sanitizers:
- address
- memory:
experimental: True

View File

@ -1 +1,6 @@
homepage: "https://github.com/libjpeg-turbo/libjpeg-turbo"
sanitizers:
- address
- memory:
experimental: True
- undefined