Enable msan experimental on some projects. (#514)

This commit is contained in:
Abhishek Arya 2017-04-04 17:13:59 -07:00 committed by GitHub
parent b436a195bd
commit 26d50f18fc
14 changed files with 65 additions and 6 deletions

View File

@ -2,6 +2,3 @@ homepage: "https://www.ffmpeg.org/"
primary_contact: "ffmpeg-security@ffmpeg.org"
auto_ccs:
- "michaelni@gmx.at"
fuzzing_engines:
- libfuzzer
- afl

View File

@ -2,3 +2,8 @@ homepage: "https://github.com/libimobiledevice/libplist"
primary_contact: "nikias.bassen@gmail.com"
auto_ccs:
- "nikias@gmx.li"
sanitizers:
- address
- memory:
experimental: True
- undefined

View File

@ -1 +1,6 @@
homepage: "http://80386.nl/projects/libteken/"
sanitizers:
- address
- memory:
experimental: True
- undefined

View File

@ -1,2 +1,7 @@
homepage: "https://www.freedesktop.org/wiki/Software/kmscon/libtsm/"
primary_contact: "dh.herrmann@gmail.com"
sanitizers:
- address
- memory:
experimental: True
- undefined

View File

@ -3,3 +3,8 @@ auto_ccs:
- "dominicc@chromium.org"
- "ddkilzer@apple.com"
- "benl@google.com"
sanitizers:
- address
- memory:
experimental: True
- undefined

View File

@ -1,2 +1,7 @@
homepage: https://github.com/yaml/libyaml
primary_contact: "alex.gaynor@gmail.com"
sanitizers:
- address
- memory:
experimental: True
- undefined

View File

@ -1,2 +1,7 @@
homepage: "http://libcxxabi.llvm.org/"
primary_contact: "kcc@google.com"
sanitizers:
- address
- memory:
experimental: True
- undefined

View File

@ -1,2 +1,7 @@
homepage: "https://nghttp2.org/"
primary_contact: "tatsuhiro.t@gmail.com"
sanitizers:
- address
- memory:
experimental: True
- undefined

View File

@ -2,3 +2,8 @@ homepage: "https://opus-codec.org/"
primary_contact: "jmvalin@jmvalin.ca"
auto_ccs:
- "flim@google.com"
sanitizers:
- address
- memory:
experimental: True
- undefined

View File

@ -1,2 +1,7 @@
homepage: "http://www.pcre.org/"
primary_contact: "philip.hazel@gmail.com"
sanitizers:
- address
- memory:
experimental: True
- undefined

View File

@ -1,2 +1,7 @@
homepage: "https://code.googlesource.com/re2"
primary_contact: "junyer@google.com"
sanitizers:
- address
- memory:
experimental: True
- undefined

View File

@ -2,3 +2,8 @@ homepage: "https://sqlite.org/"
primary_contact: "drhsqlite@gmail.com"
auto_ccs:
- "sboydps@gmail.com"
sanitizers:
- address
- memory:
experimental: True
- undefined

View File

@ -1,5 +1,7 @@
homepage: "https://github.com/google/woff2"
primary_contact: "rsheeter@google.com"
fuzzing_engines:
- libfuzzer
- afl
sanitizers:
- address
- memory:
experimental: True
- undefined

View File

@ -1 +1,6 @@
homepage: "http://www.zlib.net/"
sanitizers:
- address
- memory:
experimental: True
- undefined