libgit2/tests/refs/reflog
Stjepan Rajko 335c9e2f45 Prevent segfault when parsing a reflog with oid parse error
Using calloc instead of malloc because the parse error will lead to an immediate free of committer (and its properties, which can segfault on free if undefined - test_refs_reflog_reflog__reading_a_reflog_with_invalid_format_returns_error segfaulted before the fix).

#3458
2015-10-29 11:15:37 -07:00
..
drop.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
reflog.c Prevent segfault when parsing a reflog with oid parse error 2015-10-29 11:15:37 -07:00