• Show log

    Commit

  • Hash : cc8a9892
    Author : Tobias Nießen
    Date : 2019-04-16T18:13:31

    config_file: check result of git_array_alloc
    
    git_array_alloc can return NULL if no memory is available, causing
    a segmentation fault in memset. This adds GIT_ERROR_CHECK_ALLOC
    similar to how other parts of the code base deal with the return
    value of git_array_alloc.