Conversation
|
Concept ACK, good idea. |
jonatack
left a comment
There was a problem hiding this comment.
tACK fabadb7702a9cbe477e9e5f91706620456154903
practicalswift
left a comment
There was a problem hiding this comment.
cr ACK fabadb7702a9cbe477e9e5f91706620456154903
Great work!
|
Addressed feedback |
vasild
left a comment
There was a problem hiding this comment.
ACK fa57878340e6e9e34b01e26091d9d57f1c26f771
|
Thanks for updating. Tested ACK fa57878340e6e9e34b01e26091d9d57f1c26f771 |
|
cr ACK fa485d0 |
| BanMan ban_man_read{banlist_file, /* client_interface */ nullptr, /* default_ban_time */ 0}; | ||
| banmap_t banmap_read; | ||
| ban_man_read.GetBanned(banmap_read); | ||
| assert(banmap == banmap_read); |
There was a problem hiding this comment.
Errors in CI job (https://cirrus-ci.com/task/6055643191705600?logs=ci#L2769):
fuzz: test/fuzz/banman.cpp:112: void banman_fuzz_target(FuzzBufferType): Assertion `banmap == banmap_read' failed.
There was a problem hiding this comment.
Is there a way to retrieve ./crash-0671aac15e619e99522e2119487eaa9cc97e5a34 from the CI machine or make the fuzzer print it in base64?
Latest master (d67330d) has been changed to:
bitcoin/src/test/fuzz/banman.cpp
Lines 111 to 113 in d67330d
No description provided.