• Show log

    Commit

  • Hash : d0cf1040
    Author : William Swanson
    Date : 2014-09-24T12:01:14

    Correctly handle getaddrinfo return result
    
    The getaddrinfo function indicates failure with a non-zero return code,
    but this code is not necessarily negative. On platforms like Android
    where the code is positive, a failed call causes libgit2 to segfault.