mirror of
https://github.com/git/git.git
synced 2026-01-10 10:13:33 +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