martinsumner / kv_index_tictactree

Provide Active-Anti-Entropy features to a virtual node in a KV store
Apache License 2.0
21 stars 7 forks source link

Empty manifest #74

Closed martinsumner closed 4 years ago

martinsumner commented 4 years ago

If the manifest is corrupted (i.e. CRC check fails), then this is handled without crashing. If the manifest is corrupted by being empty (or being smaller than the 4 bytes necessary for a CRC - then the corruption is not handled.

All forms of corruption should be handled

martinsumner commented 4 years ago

https://github.com/martinsumner/kv_index_tictactree/pull/75 https://github.com/martinsumner/kv_index_tictactree/pull/76