Files
git/refs
Karthik Nayak 290ad15c95 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 <karthik.188@gmail.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2025-01-23 14:53:05 +01:00
..