From: Junio C Hamano Date: Tue, 12 Oct 2021 20:51:39 +0000 (-0700) Subject: Merge branch 'rs/git-mmap-uses-malloc' into maint X-Git-Tag: v2.33.1~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ae9e6ef35e1c09cb198dcd7b22287c42728663e7;p=thirdparty%2Fgit.git Merge branch 'rs/git-mmap-uses-malloc' into maint 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 --- ae9e6ef35e1c09cb198dcd7b22287c42728663e7