]> git.99rst.org Git - git.git/commit
Merge branch 'jk/reftable-leakfix'
authorJunio C Hamano <redacted>
Mon, 13 Jul 2026 15:27:26 +0000 (08:27 -0700)
committerJunio C Hamano <redacted>
Mon, 13 Jul 2026 15:27:26 +0000 (08:27 -0700)
commitc58d5183483f5b2247a5ffc8ec9af9c275b23f71
treec46481ee20a42a19e12c125d4410be2ac5924945
parent6635b9d55e49b45c8f4b19ca5770e13f645e3ba0
parentc6fb3b9c3ec6ca16ba2fbed154b41b22e5a088f0
Merge branch 'jk/reftable-leakfix'

A memory leak in the 'reftable_writer_new()' initialization function
has been fixed by delaying the allocation of 'struct reftable_writer'
until after input options are validated.

* jk/reftable-leakfix:
  reftable: fix unlikely leak on API error
reftable/writer.c
git clone https://git.99rst.org/PROJECT