mirror of https://github.com/google/oss-fuzz.git
Enable Msan experimentally for some projects (#473).
This commit is contained in:
parent
5e16d49314
commit
a086ab3f03
|
@ -1,2 +1,7 @@
|
|||
homepage: "https://github.com/bblanchon/ArduinoJson"
|
||||
primary_contact: "benoit.blanchon@gmail.com"
|
||||
sanitizers:
|
||||
- address
|
||||
- memory:
|
||||
experimental: True
|
||||
- undefined
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,2 +1,7 @@
|
|||
homepage: "https://github.com/google/brotli"
|
||||
primary_contact: "eustas@chromium.org"
|
||||
sanitizers:
|
||||
- address
|
||||
- memory:
|
||||
experimental: True
|
||||
- undefined
|
||||
|
|
|
@ -1,2 +1,7 @@
|
|||
homepage: "https://c-ares.haxx.se/"
|
||||
primary_contact: "drysdale@google.com"
|
||||
sanitizers:
|
||||
- address
|
||||
- memory:
|
||||
experimental: True
|
||||
- undefined
|
||||
|
|
|
@ -1 +1,7 @@
|
|||
homepage: "http://expat.sourceforge.net/"
|
||||
sanitizers:
|
||||
- address
|
||||
- memory:
|
||||
experimental: True
|
||||
- undefined
|
||||
|
||||
|
|
|
@ -1,2 +1,8 @@
|
|||
homepage: "http://www.darwinsys.com/file/"
|
||||
primary_contact: "zoulasc@gmail.com"
|
||||
sanitizers:
|
||||
- address
|
||||
- memory:
|
||||
experimental: True
|
||||
- undefined
|
||||
|
||||
|
|
|
@ -3,3 +3,6 @@ auto_ccs:
|
|||
- "icu-team@google.com"
|
||||
sanitizers:
|
||||
- address
|
||||
- memory:
|
||||
experimental: True
|
||||
|
||||
|
|
|
@ -1 +1,6 @@
|
|||
homepage: "https://github.com/libjpeg-turbo/libjpeg-turbo"
|
||||
sanitizers:
|
||||
- address
|
||||
- memory:
|
||||
experimental: True
|
||||
- undefined
|
||||
|
|
Loading…
Reference in New Issue