about summary refs log tree commit diff
path: root/contrib/hooks
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2016-07-06 07:08:01 +0000
committerJason A. Donenfeld <Jason@zx2c4.com>2016-07-06 11:29:23 +0200
commit590ba455d694deaf2ec206510cf7f047ac365a96 (patch)
treebfea40b66089cba4bd2f2120eb35725aae6b5531 /contrib/hooks
parentcss: consistent use of empty lines (diff)
downloadcgit-pink-590ba455d694deaf2ec206510cf7f047ac365a96.tar.gz
cgit-pink-590ba455d694deaf2ec206510cf7f047ac365a96.zip
ui-shared: fix segfault when defbranch is NULL
Not sure if there's a better fix for this.  defbranch is
NULL here on my setup when a crawler hit an invalid URL,
causing strcmp to segfault.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Diffstat (limited to 'contrib/hooks')
0 files changed, 0 insertions, 0 deletions
0&follow=1'>Add make lexerJune McEnroe 2020-12-29Clean up C lexerJune McEnroe 2020-12-29Clean up hilex code somewhatJune McEnroe 2020-12-29Match lex/yacc %% %{ %} lines as MacroJune McEnroe 2020-12-29Match top-level C definitions as IdentifierTagJune McEnroe 2020-12-29Match C type declarations as IdentifierTagJune McEnroe 2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe 2020-12-29Reconfigure C macro start conditionsJune McEnroe 2020-12-29Document HTML class namesJune McEnroe 2020-12-29Rename Tag class to IdentifierTagJune McEnroe 2020-12-29Change HTML class from hi to hilexJune McEnroe 2020-12-29Add hilex HTML outputJune McEnroe