Add seeds to fuzzers in master #3

pull practicalswift wants to merge 1 commits into bitcoin-core:master from practicalswift:2020-01-29 changing 5082 files +1106 −0
  1. practicalswift commented at 11:21 PM on January 29, 2020: contributor

    Add seeds to fuzzers in master.

  2. Add seeds to fuzzers in master e1071e9af8
  3. maflcko commented at 5:11 PM on January 30, 2020: contributor

    Thanks, merged with for f in ../btc_qa_assets/fuzz_seed_corpus_ps/*/ ; do export F=$(basename $f) && ./src/test/fuzz/$F -merge=1 ../btc_qa_assets/fuzz_seed_corpus/$F ../btc_qa_assets/fuzz_seed_corpus_ps/$F ; done

  4. practicalswift commented at 8:18 PM on January 30, 2020: contributor

    Very nice! Thanks!

    Unsolicited shell advice: export is only needed if any of the child processes were to read F :)

  5. practicalswift closed this on Jan 30, 2020


github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin-core/qa-assets. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-29 19:25 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me