]> git.cameronkatri.com Git - cgit.git/commit
Handle empty/malformed commit messages
authorLars Hjemli <hjemli@gmail.com>
Tue, 16 Jan 2007 17:41:01 +0000 (18:41 +0100)
committerLars Hjemli <hjemli@gmail.com>
Tue, 16 Jan 2007 17:41:01 +0000 (18:41 +0100)
commit66091f934a2d064ae55095cdc5ae008b43ea60fe
tree3faeafcfff2b21313464d9b919cd4b76b12a5fe9
parent5cd2bf7e7f3f3daf6107cd3a269bad78e342de70
Handle empty/malformed commit messages

An empty commit message would trigger a segfault in the current
cgit_parse_commit().

Also, make sure that all char-pointers are properly initialized.
parsing.c