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 :)
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.
practicalswift
MarcoFalke
ajtowns
Labels
Tests