• Show log

    Commit

  • Hash : 335c9e2f
    Author : Stjepan Rajko
    Date : 2015-10-26T15:33:00

    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