]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit73e35b172a74cfab8f1db450113f2bf826b40b60
treee11a2f43cfbd98fb8bb589e2be9ccf38eeb19302
parentbc2c65770dca70c1d4e151fad971bc7c7235a702
parent1e781209284eb5952e153339f45bf0c1555e78bb
Merge branch 'rs/reftable-realloc-errors'

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