mirror of
https://github.com/git/git.git
synced 2026-06-14 15:37:30 +02:00
ae9e6ef35e
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