mirror of
https://github.com/git/git.git
synced 2026-02-28 02:42:52 +00:00
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