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