]> git.cameronkatri.com Git - cgit.git/commit
ui-shared.c: fix segfault when repo is empty
authorFlorian Pritz <bluewind@xssn.at>
Mon, 1 Feb 2010 16:55:37 +0000 (17:55 +0100)
committerLars Hjemli <hjemli@gmail.com>
Sat, 27 Feb 2010 11:47:57 +0000 (12:47 +0100)
commit8d946079c5f51ce934ff5edf6333962c6061d8a5
tree6d62be9c7f5e498f55a8c38f29b831fc3fc1d6b0
parentc86e206a9773f97dc6de6bbf45712bb304de3653
ui-shared.c: fix segfault when repo is empty

PATH_INFO="/$REPONAME/commit/?id=1" QUERY_STRING="id=1" ./cgit.cgi
triggers segfault when the repository is empty and therefore
ctx.qry.head is unset

Signed-off-by: Florian Pritz <bluewind@xssn.at>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
ui-shared.c