aboutsummaryrefslogtreecommitdiff
path: root/projects/bzip2
diff options
context:
space:
mode:
authorjonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2019-08-22 11:44:03 -0400
committerGitHub <noreply@github.com>2019-08-22 11:44:03 -0400
commitebd914fb802b94b41a9e93d2fa1df97eb69e5483 (patch)
tree5f4de64235193d7b9f880bec003e1786b23b5e15 /projects/bzip2
parentaba3043190c4ab31073004143601ef2165b7f0d5 (diff)
downloadoss-fuzz-ebd914fb802b94b41a9e93d2fa1df97eb69e5483.tar.gz
Enable i386 fuzzing on 18 projects (#2748)
Maintainers who own these projects: If you don't want i386 fuzzing, feel free to disable. I figured i386 fuzzing is generally desirable since it can find more bugs but most projects won't switch because of inertia.
Diffstat (limited to 'projects/bzip2')
-rw-r--r--projects/bzip2/project.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/bzip2/project.yaml b/projects/bzip2/project.yaml
index aa0f217f6..8140185ec 100644
--- a/projects/bzip2/project.yaml
+++ b/projects/bzip2/project.yaml
@@ -12,3 +12,6 @@ sanitizers:
- dataflow
- memory
- undefined
+architectures:
+ - x86_64
+ - i386