Skip to content

Conversation

@kiminuo
Copy link

@kiminuo kiminuo commented Apr 2, 2020

@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.

@kiminuo
Copy link
Author

kiminuo commented Apr 2, 2020

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

@maflcko
Copy link
Contributor

maflcko commented Apr 3, 2020

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 1256991

@kiminuo
Copy link
Author

kiminuo commented Apr 3, 2020

Thank you

@kiminuo kiminuo closed this Apr 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants