• Show log

    Commit

  • Hash : cffd616a
    Author : Patrick Steinhardt
    Date : 2017-03-28T09:08:41

    path: handle error returned by `git_buf_joinpath`
    
    In the `_check_dir_contents` function, we first allocate memory for
    joining the directory and subdirectory together and afterwards use
    `git_buf_joinpath`. While this function in fact should not fail as
    memory is already allocated, err on the safe side and check for returned
    errors.