mirror of https://github.com/google/oss-fuzz.git
The change was proposed by @pauldreik in https://github.com/google/oss-fuzz/issues/4497#issuecomment-703075579
This commit is contained in:
parent
0fe19f69cb
commit
f8bd878191
|
@ -93,6 +93,9 @@ After you build an image and a fuzzer, you can reproduce a bug by running the fo
|
|||
$ python infra/helper.py reproduce $PROJECT_NAME <fuzz_target_name> <testcase_path>
|
||||
```
|
||||
|
||||
**Note**: The reproduce command only supports `libfuzzer` fuzzing engine. Crashes
|
||||
found with other fuzzing engines should be reproducible with `libfuzzer` too.
|
||||
|
||||
For example, to build the [libxml2](https://github.com/google/oss-fuzz/tree/master/projects/libxml2)
|
||||
project with UndefinedBehaviorSanitizer (`undefined`) instrumentation and
|
||||
reproduce a crash testcase for a fuzzer named `libxml2_xml_read_memory_fuzzer`,
|
||||
|
|
Loading…
Reference in New Issue