Summary
This adds the fuzz target addrdb and adds coverage for LoadAddrman, DumpAnchors and ReadAnchors.
I'm not seeing any coverage on this currently, so I figured it might be worth adding some.
This adds the fuzz target addrdb and adds coverage for LoadAddrman, DumpAnchors and ReadAnchors.
I'm not seeing any coverage on this currently, so I figured it might be worth adding some.
This adds the fuzz target addrdb and adds coverage for LoadAddrman,
DumpAnchors and ReadAnchors.
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--006a51241073e994b41acfe9ec718e94-->
For details see: https://corecheck.dev/bitcoin/bitcoin/pulls/35330.
<!--021abf342d371248e50ceaed478a90ca-->
See the guideline for information on the review process. A summary of reviews will appear here.
<!--5faf32d7da4f0f540f40219e4f7537a3-->
Is this worth it? The functions are thin wrappers around ser-code. I think it could make more sense to have functional coverage for them for end-users, and fuzz coverage of the ser-code, but I think both already exist?
Is this worth it? The functions are thin wrappers around ser-code. I think it could make more sense to have functional coverage for them for end-users, and fuzz coverage of the ser-code, but I think both already exist?
Gotcha, no problem, I can close this PR if there is no need for this coverage