From: Junio C Hamano Date: Wed, 8 Sep 2021 20:30:27 +0000 (-0700) Subject: Merge branch 'rs/git-mmap-uses-malloc' X-Git-Tag: v2.34.0-rc0~213 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ce7ae09bd4912fbd54b01089f2dfe01a94cb7fea;p=thirdparty%2Fgit.git Merge branch 'rs/git-mmap-uses-malloc' mmap() imitation used to call xmalloc() that dies upon malloc() failure, which has been corrected to just return an error to the caller to be handled. * rs/git-mmap-uses-malloc: compat: let git_mmap use malloc(3) directly --- ce7ae09bd4912fbd54b01089f2dfe01a94cb7fea