Add libFuzzer support.
As discussed in issue [#10364](/bitcoin-bitcoin/10364/).
See http://llvm.org/docs/LibFuzzer.html#fuzzer-usage for usage instructions.
Add libFuzzer support.
As discussed in issue [#10364](/bitcoin-bitcoin/10364/).
See http://llvm.org/docs/LibFuzzer.html#fuzzer-usage for usage instructions.
Related pull request: #10415 ("Speed up fuzzing by ~200x when using afl-fuzz").
See http://llvm.org/docs/LibFuzzer.html#fuzzer-usage for usage instructions.
Concept ACK
Friendly ping @laanwj or @jonasschnelli - is this one getting ready for merge? Would help a lot to have libFuzzer support out-of-the-box :-)
Looks good to me, only touches bitcoin_fuzzy anyhow. utACK f3ba869