about summary refs log tree commit diff
path: root/configfile.c
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-01-04 09:01:51 +0000
committerLars Hjemli <hjemli@gmail.com>2012-03-18 09:26:31 +0000
commit21418ec42a9a2de4c2c22eca7a1183b311914eca (patch)
tree76466eb627a017c57686530f0458699cb60d5684 /configfile.c
parentuse correct type for sizeof (diff)
downloadcgit-pink-21418ec42a9a2de4c2c22eca7a1183b311914eca.tar.gz
cgit-pink-21418ec42a9a2de4c2c22eca7a1183b311914eca.zip
segfault fix on some bogus requests
ctx.qry.head can be NULL in some cases due to bad requests
by weird bots.  I managed to reproduce with:

   PATH_INFO=/repo.git/shop.php QUERY_STRING=id=

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Diffstat (limited to 'configfile.c')
0 files changed, 0 insertions, 0 deletions
gs with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe It's actually in a good state now, I think. 2019-02-21Replace "view" with "window"June McEnroe I think originally I didn't want to use the same word as curses WINDOW but it's really much clearer for the user if they're just called windows. UI code probably needs yet another rewrite though. Still feels messy. 2019-02-21Remove ROT13June McEnroe It's just not convenient when it can only do the whole line... 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe Otherwise the "Traveling" message isn't visible while connecting. 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe