Skip to content

Commit f0887a0

Browse files
committed
Fuzzing documentation "PIVX-fication"
1 parent 9631f46 commit f0887a0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/developer-notes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ make cov
262262
```
263263

264264
**Sanitizers**
265-
Bitcoin can be compiled with various "sanitizers" enabled, which add
265+
PIVX can be compiled with various "sanitizers" enabled, which add
266266
instrumentation for issues regarding things like memory safety, thread race
267267
conditions, or undefined behavior. This is controlled with the
268268
`--with-sanitizers` configure flag, which should be a comma separated list of

doc/fuzzing.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Fuzz-testing Bitcoin Core
1+
Fuzz-testing PIVX Core
22
==========================
33

44
A special test harness in `src/test/fuzz/` is provided for each fuzz target to
@@ -49,7 +49,7 @@ For macOS you may need to ignore x86 compilation checks when running `make`:
4949

5050
### Instrumentation
5151

52-
To build Bitcoin Core using AFL instrumentation (this assumes that the
52+
To build PIVX Core using AFL instrumentation (this assumes that the
5353
`AFLPATH` was set as above):
5454
```
5555
./configure --disable-shared --enable-tests --enable-fuzz CC=${AFLPATH}/afl-gcc CXX=${AFLPATH}/afl-g++
@@ -125,7 +125,7 @@ example using `brew install llvm`.
125125

126126
Should you run into problems with the address sanitizer, it is possible you
127127
may need to run `./configure` with `--disable-asm` to avoid errors
128-
with certain assembly code from Bitcoin Core's code. See [developer notes on sanitizers](https://github.com/bitcoin/bitcoin/blob/master/doc/developer-notes.md#sanitizers)
128+
with certain assembly code from PIVX Core's code. See [developer notes on sanitizers](https://github.com/PIVX-Project/PIVX/blob/master/doc/developer-notes.md#sanitizers)
129129
for more information.
130130

131131
You may also need to take care of giving the correct path for clang and

0 commit comments

Comments
 (0)