commit | da1b89710f5eb25297a66613ff3130b2a31cb86a | [log] [tgz] |
---|---|---|
author | Lukas Fleischer <lfleischer@lfos.de> | Sun Dec 13 01:27:13 2015 +0100 |
committer | Jason A. Donenfeld <Jason@zx2c4.com> | Wed Jan 13 17:14:01 2016 +0100 |
tree | 75f0b942c7e46061c4f1e1096c7b185655aef2dc | |
parent | 559ab5ecc4445c8477ecf62c9fc97efa412dd562 [diff] |
Fix segmentation fault in hc() The ctx.qry.page variable might be unset at this point, e.g. when an invalid command is passed and cgit_print_pageheader() is called to show an error message. Signed-off-by: Lukas Fleischer <lfleischer@lfos.de>