Skip to content

Commit 692fe28

Browse files
committed
Merge bitcoin/bitcoin#32713: doc: fuzz: fix AFL++ link
a39b707 doc: fuzz: fix AFL++ link (brunoerg) Pull request description: Fix link about selecting the best AFL compiler. ACKs for top commit: maflcko: lgtm ACK a39b707 Tree-SHA512: 6366f18767f6c60f806faa374bd4a6a3bb71a1c74b7040867177ca9ded946707a75b4f39bf698530ba9c5ff708394d88f5b29f4a92f9e95aaca7b37c62b72093
2 parents c1d4253 + a39b707 commit 692fe28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/fuzzing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ $ cd bitcoin/
217217
$ git clone https://github.com/AFLplusplus/AFLplusplus
218218
$ make -C AFLplusplus/ source-only
219219
# If afl-clang-lto is not available, see
220-
# https://github.com/AFLplusplus/AFLplusplus#a-selecting-the-best-afl-compiler-for-instrumenting-the-target
220+
# https://github.com/AFLplusplus/AFLplusplus/blob/stable/docs/fuzzing_in_depth.md#a-selecting-the-best-afl-compiler-for-instrumenting-the-target
221221
$ cmake -B build_fuzz \
222222
-DCMAKE_C_COMPILER="$(pwd)/AFLplusplus/afl-clang-lto" \
223223
-DCMAKE_CXX_COMPILER="$(pwd)/AFLplusplus/afl-clang-lto++" \

0 commit comments

Comments
 (0)