]> git.99rst.org Git - git.git/commitdiff
Merge branch 'rs/git-mmap-uses-malloc' into maint
authorJunio C Hamano <redacted>
Tue, 12 Oct 2021 20:51:39 +0000 (13:51 -0700)
committerJunio C Hamano <redacted>
Tue, 12 Oct 2021 20:51:40 +0000 (13:51 -0700)
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


Trivial merge
git clone https://git.99rst.org/PROJECT