Skip to content

Commit a39b707

Browse files
brunoergCrypt-iQ
andcommitted
doc: fuzz: fix AFL++ link
Co-authored-by: eugene <[email protected]>
1 parent f3bbc74 commit a39b707

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)