From: Lars Hjemli Date: Mon, 17 Aug 2009 07:05:13 +0000 (+0200) Subject: cgit.c: do not segfault on unexpected query-string format X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/435a1da8d1c43bff2f2ccd5649ea8510eec0b2af?hp=435a1da8d1c43bff2f2ccd5649ea8510eec0b2af cgit.c: do not segfault on unexpected query-string format The querystring_cb() function will be invoked with a NULL value when the querystring contains a name not followed by a '='. Such a value used to cause a segfault, which this patch fixes. Signed-off-by: Lars Hjemli ---