Add fuzzing harness for CConnman.
See doc/fuzzing.md for information on how to fuzz Bitcoin Core. Don't forget to contribute any coverage increasing inputs you find to the Bitcoin Core fuzzing corpus repo.
Happy fuzzing :)
Add fuzzing harness for CConnman.
See doc/fuzzing.md for information on how to fuzz Bitcoin Core. Don't forget to contribute any coverage increasing inputs you find to the Bitcoin Core fuzzing corpus repo.
Happy fuzzing :)
Concept ACK, will review
review ACK 79ef8324d4c85ed16a304e98805724b8a59022ac
This is now failing when run in CI under valgrind -- https://cirrus-ci.com/task/6536629458305024 ; seems that it's trying to use CConnman without calling ::Start(), which means nMaxOutboundTotalBytesSentInCycle and nMaxOutboundCycleStartTime are uninitialized.
This wasn't caught in this PRs CI run, because there weren't any test cases in qa-assets for it to run against.