This saves passing around a reference to the asmap std::vector<bool>.
This is a backport of core#22911 [4/4]
https://github.com/bitcoin/bitcoin/pull/22911/commits/853c4edb70f897a6a7165abaea4a303d7d448721
Depends on D10781
Differential D10782
[net] Remove asmap argument from CNode::CopyStats() PiRK on Jan 7 2022, 10:05. Authored by
Details
This saves passing around a reference to the asmap std::vector<bool>. This is a backport of core#22911 [4/4] Depends on D10781 ninja all check-all Compile and run the fuzzer: cmake -GNinja .. -DCMAKE_C_COMPILER=$AFLPATH/afl-clang -DCMAKE_CXX_COMPILER=$AFLPATH/afl-clang++ ninja bitcoin-fuzzers AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES=1 AFL_SKIP_CPUFREQ=1 ${AFLPATH}/afl-fuzz -i ${DIR_FUZZ_IN}/net -o ${AFLOUT}/net -m250 -- src/test/fuzz/net
Diff Detail
Event Timeline |