Add new files for process_message #9

pull kiminuo wants to merge 1 commits into bitcoin-core:master from kiminuo:feature/process-message-fuzz changing 148 files +0 −0
  1. kiminuo commented at 1:50 PM on April 2, 2020: none

    @practicalswift Is this useful by any chance?

    I have run the command from fuzzing.md:

    src/test/fuzz/process_message qa-assets/fuzz_seed_corpus/process_message/
    

    and I got these new outputs - yet I'm not sure whether they are really new.

    I would appreciate a bit of guidance on this.

    PS: Is there some limit how large files should be submitted? I can see one file has 145 KB.

  2. Add new files for process_message 7219cc9b47
  3. kiminuo commented at 2:15 PM on April 2, 2020: none

    I have just noticed you mentioned some pruning here: #8 (review) ... Not sure, how to do that and https://github.com/bitcoin/bitcoin/blob/master/doc/fuzzing.md does not help as well.

  4. maflcko commented at 12:28 AM on April 3, 2020: contributor

    Thanks, merged them manually with

    for f in ../btc_qa_assets/fuzz_seed_corpus/process_message*; do ./src/test/fuzz/$(basename $f) -merge=1 $f ../btc_qa_assets/fuzz_seed_corpus_k_9/process_message; done
    

    in commit 12569916b282065081ebaaad3e4ea6ed0da4c224

  5. kiminuo commented at 5:08 AM on April 3, 2020: none

    Thank you

  6. kiminuo closed this on Apr 3, 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-17 08:25 UTC

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