Files
littlefs/tests
Christopher Haster f472327f74 Added tests over potential directory-id checksum issues
- Checksum collisions
- Collisions with root did
- Collisions needing wraparound
- Possible leb128 encoding issues

Sure enough the last one caught an off-by-one error in our calculation
of the leb128 encoded size. I sort of expected a bug there, since it's
rather nuanced math, so it's good to have test coverage now.
2023-07-06 15:44:53 -05:00
..