Enable i386 fuzzing on another 11 projects (#2752)

This commit is contained in:
jonathanmetzman 2019-08-23 11:59:56 -04:00 committed by GitHub
parent ee9a96d0c5
commit 0a1c3c67c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 33 additions and 0 deletions

View File

@ -4,3 +4,6 @@ sanitizers:
- address
- memory
- undefined
architectures:
- x86_64
- i386

View File

@ -4,3 +4,6 @@ sanitizers:
- address
- memory
- undefined
architectures:
- x86_64
- i386

View File

@ -6,3 +6,6 @@ sanitizers:
- address
- memory
- undefined
architectures:
- x86_64
- i386

View File

@ -9,3 +9,6 @@ sanitizers:
labels:
string_to_double_fuzzer:
- sundew
architectures:
- x86_64
- i386

View File

@ -6,3 +6,6 @@ sanitizers:
- address
- undefined
- memory
architectures:
- x86_64
- i386

View File

@ -6,3 +6,6 @@ sanitizers:
- address
- memory
- undefined
architectures:
- x86_64
- i386

View File

@ -2,3 +2,6 @@ homepage: "https://json-c.github.io/json-c/"
primary_contact: "erh+git@nimenees.com"
auto_ccs:
- "chriswwolfe@gmail.com"
architectures:
- x86_64
- i386

View File

@ -2,3 +2,6 @@ homepage: https://android.googlesource.com/platform/external/aac/
primary_contact: audio-fdk@iis.fraunhofer.de
auto_ccs:
- "jmtrivi@google.com"
architectures:
- x86_64
- i386

View File

@ -9,3 +9,6 @@ sanitizers:
- address
- memory
- undefined
architectures:
- x86_64
- i386

View File

@ -4,3 +4,6 @@ auto_ccs:
- "joanna@invisiblethingslab.com"
- "marmarek@invisiblethingslab.com"
- "paras.chetal@gmail.com"
architectures:
- x86_64
- i386

View File

@ -1,2 +1,5 @@
homepage: "https://github.com/google/wuffs"
primary_contact: "nigeltao@golang.org"
architectures:
- x86_64
- i386