Commit 756138e4755c93265e34704ee95874c0d81425e5

Patrick Steinhardt 2017-03-28T09:15:53

blame_git: check return value of `git__calloc` We do not check the return value of `git__calloc`, which may return `NULL` in out-of-memory situations. Fix the error by using `GITERR_CHECK_ALLOC`.