mirror of https://github.com/google/oss-fuzz.git
Updated reproducing.md (#4013)
This commit is contained in:
parent
48bd2b6377
commit
50bc1d647c
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue