X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/3ce6fc16ef4670c535c6e35d48c7f980ff8a5532..42e459bb1f209df8278f4f4f0ee3f4bcfae80da8:/parsing.c diff --git a/parsing.c b/parsing.c index b86467a..74a2484 100644 --- a/parsing.c +++ b/parsing.c @@ -200,6 +200,9 @@ struct commitinfo *cgit_parse_commit(struct commit *commit) ret->subject = NULL; ret->msg = NULL; + if (p == NULL) + return ret; + if (strncmp(p, "tree ", 5)) die("Bad commit: %s", sha1_to_hex(commit->object.sha1)); else