]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'rs/git-mmap-uses-malloc' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 12 Oct 2021 20:51:39 +0000 (13:51 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 Oct 2021 20:51:40 +0000 (13:51 -0700)
commitae9e6ef35e1c09cb198dcd7b22287c42728663e7
treedce5f437e7a17df4528edc1ca6e0837907da1ed7
parent3fb1d4da5e7053b54a7e82543fba679f64f72b9d
parent95b4ff3931064ff222e87eecf6af504ba55069d7
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