Browse Source
I made a silly mistake in a database wrapper where keys were sorted by char instead of uint8_t. As x86 char is signed the sorting for the block index database was messed up, resulting in a segfault due to missing records. Add a test to catch: - Wrong sorting - Seeking errors - Iteration result not complete0.13
Wladimir J. van der Laan
9 years ago
1 changed files with 35 additions and 1 deletions
Loading…
Reference in new issue