1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

[libFuzzer] extend help for -minimize_crash to cover ASAN_OPTIONS=dedup_token_length=3

llvm-svn: 300800
This commit is contained in:
Kostya Serebryany 2017-04-19 23:58:05 +00:00
parent 44c19b8c9a
commit d483cb21cf

View File

@ -50,6 +50,8 @@ FUZZER_FLAG_INT(minimize_crash, 0, "If 1, minimizes the provided"
" crash input. Use with -runs=N or -max_total_time=N to limit "
"the number attempts."
" Use with -exact_artifact_path to specify the output."
" Combine with ASAN_OPTIONS=dedup_token_length=3 (or similar) to ensure that"
" the minimized input triggers the same crash."
)
FUZZER_FLAG_INT(cleanse_crash, 0, "If 1, tries to cleanse the provided"
" crash input to make it contain fewer original bytes."