One of the overflow test added in D11515 is not doing what is expected, due to a couple errors:
- the MAX_SIZE value is a compact size difference value, so the indexes should increment by MAX_SIZE+1
- the loop size if off by one
Differential D11567
Fix off by one errors in the difference fomatter serialize_tests Fabien on Jun 3 2022, 18:58. Authored by
Details
One of the overflow test added in D11515 is not doing what is expected, due to a couple errors:
ninja check-bitcoin-serialize_tests
Diff Detail
Event Timeline
|