Commit c4b5bedc972d9238db5d6422bc6f4de35b4b67ed

Vicent Marti 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>