Skip to content

Commit 537a35e

Browse files
committed
Merge #156: Update README.md for new recommended libFuzzer settings
875c0e1 Update README.md for new recommended libFuzzer settings (ツ) Pull request description: Top commit has no ACKs. Tree-SHA512: 10fb048ed92bbd9deefa5ba822ab4eeb2a6303d675d15b3d318d79c2f2b4ccaa521fb27dc812529fbe5703362c459d15109cbb6dce605f8dc01d2658feaa3d2a
2 parents 8e326dc + 875c0e1 commit 537a35e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ folder per target named the same as each target).
1313
[fuzzing.md](https://github.com/bitcoin/bitcoin/blob/master/doc/fuzzing.md).*
1414

1515
If you want to contribute fuzz inputs, please "merge" the inputs before
16-
submitting a pull request. You can use the libFuzzer option `-merge=1`
17-
(recommended with `-use_value_profile=1`) or the `--m_dir` option of the fuzz
16+
submitting a pull request. You can use the libFuzzer option `-set_cover_merge=1`
17+
(recommended with `-use_value_profile=0`) or the `--m_dir` option of the fuzz
1818
runner:
1919
[`test_runner.py`](https://github.com/bitcoin/bitcoin/blob/master/test/fuzz/test_runner.py).
2020

0 commit comments

Comments
 (0)