Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! reftable: write correct max_update_index to header
The original commit was missing some initializations. This lead to the somewhat intuitive (and not reliably reproducible, until the trick was found to use `sanitize=address,undefined`) symptom that t1400.249 and/or t2400.171 failed with: Assertion failed: (ret != REFTABLE_API_ERROR), function reftable_be_transaction_finish, file reftable-backend.c, line 1648. or Assertion failed: (ret != REFTABLE_API_ERROR), function write_transaction_table, file reftable-backend.c, line 1619. Signed-off-by: Karthik Nayak <[email protected]> Signed-off-by: Johannes Schindelin <[email protected]>
- Loading branch information