aboutsummaryrefslogtreecommitdiff
path: root/projects/speex
diff options
context:
space:
mode:
authorMax Moroz <mmoroz@chromium.org>2020-03-18 13:12:58 -0700
committerGitHub <noreply@github.com>2020-03-18 13:12:58 -0700
commit51dd9a02cb2a87dd9a634da61f967d97876cf01a (patch)
tree85559c1a3ad09fa4df1bb0ab99de68a847f271f6 /projects/speex
parentd7a4a4b89fa61d7d5f6dc975154b2c2ffbfde796 (diff)
downloadoss-fuzz-51dd9a02cb2a87dd9a634da61f967d97876cf01a.tar.gz
Enable dataflow build config for 22 more projects (#1632). (#3519)
* Enable dataflow build config for 22 more projects (#1632). * suppress warnings in libteken * move suppressing DFSAN_OPTIONS to the builder image
Diffstat (limited to 'projects/speex')
-rw-r--r--projects/speex/project.yaml8
1 files changed, 7 insertions, 1 deletions
diff --git a/projects/speex/project.yaml b/projects/speex/project.yaml
index a564ffde1..9d05c72b8 100644
--- a/projects/speex/project.yaml
+++ b/projects/speex/project.yaml
@@ -4,7 +4,13 @@ primary_contact: "tmatth@videolan.org"
auto_ccs:
- "twsmith@mozilla.com"
- "le.businessman@gmail.com"
+fuzzing_engines:
+ - libfuzzer
+ - afl
+ - honggfuzz
+ - dataflow
sanitizers:
- address
- - memory
- undefined
+ - memory
+ - dataflow