]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rs/reftable-realloc-errors'
authorJunio C Hamano <gitster@pobox.com>
Wed, 1 Jan 2025 17:21:13 +0000 (09:21 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 1 Jan 2025 17:21:13 +0000 (09:21 -0800)
The custom allocator code in the reftable library did not handle
failing realloc() very well, which has been addressed.

* rs/reftable-realloc-errors:
  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


Trivial merge