• Show log

    Commit

  • Hash : 756138e4
    Author : Patrick Steinhardt
    Date : 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`.