]> gitweb.ps.run Git - ps-cgit/commit
cgit.c: do not segfault on unexpected query-string format
authorLars Hjemli <hjemli@gmail.com>
Mon, 17 Aug 2009 07:05:13 +0000 (09:05 +0200)
committerLars Hjemli <hjemli@gmail.com>
Mon, 17 Aug 2009 07:26:17 +0000 (09:26 +0200)
commit435a1da8d1c43bff2f2ccd5649ea8510eec0b2af
treec07a9d096c99a70e78b017b5edccb1eaaffd0795
parent8a631b1173b1abecc5a737b0e21751ddbabf9df2
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 <hjemli@gmail.com>
cgit.c