mirror of https://github.com/google/oss-fuzz.git
Update new_project_guide.md
This commit is contained in:
parent
7c0bba368c
commit
0854c71ab4
|
@ -161,8 +161,8 @@ $ python infra/helper.py coverage $PROJECT_NAME <fuzz_target>
|
|||
```
|
||||
|
||||
*Note*: Currently, we only support AddressSanitizer (address) and UndefinedBehaviorSanitizer (undefined)
|
||||
configurations. MemorySanitizer is in development mode and not recommended for use. Make sure to test each
|
||||
of the supported build configurations with the above commands (build_fuzzers -> run_fuzzer -> coverage).
|
||||
configurations. MemorySanitizer is in development mode and not recommended for use. <b>Make sure to test each
|
||||
of the supported build configurations with the above commands (build_fuzzers -> run_fuzzer -> coverage).</b>
|
||||
|
||||
## Debugging Problems
|
||||
|
||||
|
|
Loading…
Reference in New Issue