From: Junio C Hamano Date: Mon, 23 Dec 2024 17:32:06 +0000 (-0800) Subject: Merge branch 'ps/reftable-alloc-failures-zalloc-fix' X-Git-Tag: v2.48.0-rc1~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3151e6a1214b583552ca39c57d429a8eaa8923e8;p=thirdparty%2Fgit.git Merge branch 'ps/reftable-alloc-failures-zalloc-fix' Recent reftable updates mistook a NULL return from a request for 0-byte allocation as OOM and died unnecessarily, which has been corrected. * ps/reftable-alloc-failures-zalloc-fix: reftable/basics: return NULL on zero-sized allocations reftable/stack: fix zero-sized allocation when there are no readers reftable/merged: fix zero-sized allocation when there are no readers reftable/stack: don't perform auto-compaction with less than two tables --- 3151e6a1214b583552ca39c57d429a8eaa8923e8