mirror of https://github.com/google/oss-fuzz.git
Enable msan experimental on some projects. (#514)
This commit is contained in:
parent
b436a195bd
commit
26d50f18fc
|
@ -2,6 +2,3 @@ homepage: "https://www.ffmpeg.org/"
|
|||
primary_contact: "ffmpeg-security@ffmpeg.org"
|
||||
auto_ccs:
|
||||
- "michaelni@gmx.at"
|
||||
fuzzing_engines:
|
||||
- libfuzzer
|
||||
- afl
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +1,6 @@
|
|||
homepage: "http://80386.nl/projects/libteken/"
|
||||
sanitizers:
|
||||
- address
|
||||
- memory:
|
||||
experimental: True
|
||||
- undefined
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -3,3 +3,8 @@ auto_ccs:
|
|||
- "dominicc@chromium.org"
|
||||
- "ddkilzer@apple.com"
|
||||
- "benl@google.com"
|
||||
sanitizers:
|
||||
- address
|
||||
- memory:
|
||||
experimental: True
|
||||
- undefined
|
||||
|
|
|
@ -1,2 +1,7 @@
|
|||
homepage: https://github.com/yaml/libyaml
|
||||
primary_contact: "alex.gaynor@gmail.com"
|
||||
sanitizers:
|
||||
- address
|
||||
- memory:
|
||||
experimental: True
|
||||
- undefined
|
||||
|
|
|
@ -1,2 +1,7 @@
|
|||
homepage: "http://libcxxabi.llvm.org/"
|
||||
primary_contact: "kcc@google.com"
|
||||
sanitizers:
|
||||
- address
|
||||
- memory:
|
||||
experimental: True
|
||||
- undefined
|
||||
|
|
|
@ -1,2 +1,7 @@
|
|||
homepage: "https://nghttp2.org/"
|
||||
primary_contact: "tatsuhiro.t@gmail.com"
|
||||
sanitizers:
|
||||
- address
|
||||
- memory:
|
||||
experimental: True
|
||||
- undefined
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,2 +1,7 @@
|
|||
homepage: "http://www.pcre.org/"
|
||||
primary_contact: "philip.hazel@gmail.com"
|
||||
sanitizers:
|
||||
- address
|
||||
- memory:
|
||||
experimental: True
|
||||
- undefined
|
||||
|
|
|
@ -1,2 +1,7 @@
|
|||
homepage: "https://code.googlesource.com/re2"
|
||||
primary_contact: "junyer@google.com"
|
||||
sanitizers:
|
||||
- address
|
||||
- memory:
|
||||
experimental: True
|
||||
- undefined
|
||||
|
|
|
@ -2,3 +2,8 @@ homepage: "https://sqlite.org/"
|
|||
primary_contact: "drhsqlite@gmail.com"
|
||||
auto_ccs:
|
||||
- "sboydps@gmail.com"
|
||||
sanitizers:
|
||||
- address
|
||||
- memory:
|
||||
experimental: True
|
||||
- undefined
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +1,6 @@
|
|||
homepage: "http://www.zlib.net/"
|
||||
sanitizers:
|
||||
- address
|
||||
- memory:
|
||||
experimental: True
|
||||
- undefined
|
||||
|
|
Loading…
Reference in New Issue