]> git.ipfire.org Git - thirdparty/git.git/commit
reftable/stack: handle allocation failures in `stack_compact_range()`
authorPatrick Steinhardt <ps@pks.im>
Wed, 2 Oct 2024 10:56:07 +0000 (12:56 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Oct 2024 14:53:54 +0000 (07:53 -0700)
commit694af039f514eeca632903e000acbb21ff27a53c
tree399fed662885ef3ebc58ce001f6fe3122492fc42
parent5dbe2662127a3c53dbbaa9ef45e6c745e3fb4337
reftable/stack: handle allocation failures in `stack_compact_range()`

Handle allocation failures in `stack_compact_range()`.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
reftable/stack.c