• Show log

    Commit

  • Hash : c4b5bedc
    Author : Vicent Marti
    Date : 2010-10-07T00:07:32

    Fix possible segfaults in src/tree.c (issue 1)
    
    git_tree_entry_byname was dereferencing a NULL pointer when the searched
    file couldn't be found on the tree.
    
    New test cases have been added to check for entry access methods.
    
    Signed-off-by: Vicent Marti <tanoku@gmail.com>