aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started/new_project_guide.md
diff options
context:
space:
mode:
authorjonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2021-03-20 08:30:38 -0700
committerGitHub <noreply@github.com>2021-03-20 08:30:38 -0700
commit849965d539350c20e7cda05f7045f8da74e6f9ee (patch)
treecb4188bbf42297c7391efdc600fb736ab0f83aa3 /docs/getting-started/new_project_guide.md
parent5792e5c529756e3569ca43e635995ec2eed365a9 (diff)
downloadoss-fuzz-849965d539350c20e7cda05f7045f8da74e6f9ee.tar.gz
[docs] Change wording regarding i386 fuzzing. (#5449)
Mention that only some projects will benefit. Fixes: #4752.
Diffstat (limited to 'docs/getting-started/new_project_guide.md')
-rw-r--r--docs/getting-started/new_project_guide.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/getting-started/new_project_guide.md b/docs/getting-started/new_project_guide.md
index b84aeae11..d42db11a3 100644
--- a/docs/getting-started/new_project_guide.md
+++ b/docs/getting-started/new_project_guide.md
@@ -149,7 +149,8 @@ homepage]({{ site.baseurl }}/further-reading/clusterfuzz#web-interface).
### architectures (optional) {#architectures}
The list of architectures to fuzz on.
ClusterFuzz supports fuzzing on x86_64 (aka x64) by default.
-However you can also fuzz using AddressSanitizer and libFuzzer on i386 (aka x86, or 32 bit) by specifying "x86_64" and "i386" in "architectures" like this:
+Some projects can benefit from i386 fuzzing. OSS-Fuzz will build and run
+AddressSanitizer with libFuzzer on i386 by doing the following:
```yaml
architectures: