aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Max Moroz <mmoroz@chromium.org>2020-02-05 10:41:07 -0800
committerGravatar GitHub <noreply@github.com>2020-02-05 10:41:07 -0800
commit2a5d80d3b89b1bec9619a6a9ad8af95728ce972f (patch)
treed035bb03c4940eee1e7f2422c5ac06339461ce13
parent94d0c3a7b4a173a6f046d664efe6ab845ed5d7b4 (diff)
[libtheora] Remove unused dataflow sanitizer. (#3338)
* [libtheora] Try enabling dataflow build config. Just noticed that `dataflow` sanitizer is enabled while `fuzzing_engine` is not. Let's see if it works or should be removed. * remove dataflow sanitizer
-rw-r--r--projects/libtheora/project.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/projects/libtheora/project.yaml b/projects/libtheora/project.yaml
index f6afef23..be2c463b 100644
--- a/projects/libtheora/project.yaml
+++ b/projects/libtheora/project.yaml
@@ -8,7 +8,6 @@ sanitizers:
- address
- undefined
- memory
- - dataflow
architectures:
- x86_64
- i386