cyphar / paperback

Paper backup generator suitable for long-term storage.
GNU General Public License v3.0
1.09k stars 40 forks source link

dealer::shard sanity check fails every once in a while #21

Closed cyphar closed 2 weeks ago

cyphar commented 10 months ago

I've run into two cases of failures in safety-checking code, leading me to wonder whether the logic is sound.

Maybe we need to reconsider if these properties are actually guaranteed or just very unlikely to happen (probably the latter) and how we should protect against them without using asserts.

cyphar commented 2 weeks ago

The first issue was fixed by 359c44363cc9e.