Re: What's cooking in git.git (Dec 2024, #11; Mon, 30)
From: Patrick Steinhardt <hidden>
Date: 2025-01-03 07:39:37
From: Patrick Steinhardt <hidden>
Date: 2025-01-03 07:39:37
On Tue, Dec 31, 2024 at 06:27:16PM +0100, René Scharfe wrote:
Am 30.12.24 um 18:33 schrieb Junio C Hamano:quoted
* rs/reftable-realloc-errors (2024-12-28) 4 commits (merged to 'next' on 2024-12-30 at ebc9625a4c) + t-reftable-merged: handle realloc errors + reftable: handle realloc error in parse_names() + reftable: fix allocation count on realloc error + reftable: avoid leaks on realloc error The custom allocator code in the reftable library did not handle failing realloc() very well, which has been addressed. Will merge to 'master'?Reftable allocation error handling was introduced by bcd5a4059a (reftable/error: introduce out-of-memory error code, 2024-10-02) after v2.47.1, and this series improves it, so I'd say yes. But of course I'm biased.
I'm aligned with you there. Thanks! Patrick