Updated reproducing.md (#4013)

This commit is contained in:
Shivam7-1 2020-06-20 21:01:59 +05:30 committed by GitHub
parent 48bd2b6377
commit 50bc1d647c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -78,9 +78,9 @@ $ python infra/helper.py build_fuzzers --sanitizer <address/memory/undefined> \
The `sanitizer` used in the report is the value in the
**Sanitizer** column. It's one of the following:
* **address** for AddressSanitizer
* **memory** for MemorySanitizer
* **undefined** for UndefinedBehaviorSanitizer
* **address** for AddressSanitizer.
* **memory** for MemorySanitizer.
* **undefined** for UndefinedBehaviorSanitizer.
**Note**: The `architecture` argument is only necessary if you want to specify
`i386` configuration.