Crypt-iQ
commented at 8:36 AM on September 8, 2020:
contributor
This PR contains two commits:
The cov_fuzz target now uses DIR_FUZZ_SEED_CORPUS as the seed directory instead of the hard-coded qa-assets/fuzz_seed_corpus. Otherwise, running it requires me to copy the corpus to the bitcoin directory first. In case DIR_FUZZ_SEED_CORPUS is not specified, the original default is used.
add qa-assets folder to gitignore
Example usage:
make cov_fuzz DIR_FUZZ_SEED_CORPUS=~/workspace/qa-assets/fuzz_seed_corpus
It can also just be an environment variable.
build: use DIR_FUZZ_SEED_CORPUS if specified for cov_fuzz target
This commit allows the user to specify the location of the
fuzz_seed_corpus directory on their machine when running the cov_fuzz
target. If DIR_FUZZ_SEED_CORPUS is specified, then this will be used.
Otherwise, qa-assets/fuzz_seed_corpus is assumed to be in the bitcoin
directory.
a9f201439a
.gitignore: ignore qa-assets/ folder
This commit ignores the qa-assets/ folder in case a user is running
the cov_fuzz target without DIR_FUZZ_SEED_CORPUS set. In this case,
the qa-assets folder is assumed to live in the bitcoin directory and
should be ignored by git.
fb3bacce69
Crypt-iQ renamed this: build: allow user to specify DIR_FUZZ_SEED_CORPUS when invoking cov_fuzz target build: allow user to specify DIR_FUZZ_SEED_CORPUS for cov_fuzz on Sep 8, 2020
DrahtBot added the label Build system on Sep 8, 2020
practicalswift
commented at 7:26 PM on September 9, 2020:
contributor
Concept ACK
Thanks for improving the fuzzing experience!
fanquake approved
fanquake
commented at 5:58 AM on September 11, 2020:
member
This is a metadata mirror of the GitHub repository
bitcoin/bitcoin.
This site is not affiliated with GitHub.
Content is generated from a GitHub metadata backup.
generated: 2026-04-29 06:14 UTC
This site is hosted by @0xB10C More mirrored repositories can be found on mirror.b10c.me