automerge/rust/automerge/tests/fixtures
Conrad Irwin 7b747b8341
Error instead of corrupt large op counters (#543)
Since b78211ca6, OpIds have been silently truncated to 2**32. This
causes corruption in the case the op id overflows.

This change converts the silent error to a panic, and guards against the
panic on the codepath found by the fuzzer.
2023-03-07 16:49:04 +00:00
..
64bit_obj_id_change.automerge Error instead of corrupt large op counters (#543) 2023-03-07 16:49:04 +00:00
64bit_obj_id_doc.automerge Error instead of corrupt large op counters (#543) 2023-03-07 16:49:04 +00:00
counter_value_has_incorrect_meta.automerge Use our leb128 parser for values 2023-02-09 15:46:22 +00:00
counter_value_is_ok.automerge Use our leb128 parser for values 2023-02-09 15:46:22 +00:00
counter_value_is_overlong.automerge Use our leb128 parser for values 2023-02-09 15:46:22 +00:00
two_change_chunks.automerge Don't panic on missing deps of change chunks (#538) 2023-02-27 20:12:09 +00:00
two_change_chunks_compressed.automerge Don't panic on missing deps of change chunks (#538) 2023-02-27 20:12:09 +00:00
two_change_chunks_out_of_order.automerge Don't panic on missing deps of change chunks (#538) 2023-02-27 20:12:09 +00:00