]> git.99rst.org Git - git.git/commitdiff
Merge branch 'rs/git-mmap-uses-malloc'
authorJunio C Hamano <redacted>
Wed, 8 Sep 2021 20:30:27 +0000 (13:30 -0700)
committerJunio C Hamano <redacted>
Wed, 8 Sep 2021 20:30:27 +0000 (13:30 -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