Am 30.12.24 um 18:33 schrieb Junio C Hamano: > * 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. > cf. <Z3JLdIG4C9D2-1ZT@xxxxxx> > source: <f4677194-0a3a-4f07-b003-c0295b51c100@xxxxxx> René