aboutsummaryrefslogtreecommitdiff
path: root/projects/lzo
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/lzo
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/lzo')
-rw-r--r--projects/lzo/project.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/lzo/project.yaml b/projects/lzo/project.yaml
index b8a91c29c..7bf5d10c5 100644
--- a/projects/lzo/project.yaml
+++ b/projects/lzo/project.yaml
@@ -5,3 +5,6 @@ auto_ccs:
sanitizers:
- address
- memory
+architectures:
+ - x86_64
+ - i386