refdb_fs.c
46.9 KB
-
Prevent segfault when parsing a reflog with oid parse error · c615d29a
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
Stjepan Rajko committed