about summary refs log tree commit diff
path: root/.gitmodules
diff options
context:
space:
mode:
authorLukas Fleischer <cgit@cryptocrack.de>2011-04-05 10:35:43 +0200
committerLars Hjemli <hjemli@gmail.com>2011-05-23 22:58:35 +0200
commita0bf375a1a9b74056a913f3687c6f5b42ad4acf6 (patch)
treed8845fbb7fcf73da11f29673081ed2ca31964e2e /.gitmodules
parentFix memory leak in http_parse_querystring(). (diff)
downloadcgit-pink-a0bf375a1a9b74056a913f3687c6f5b42ad4acf6.tar.gz
cgit-pink-a0bf375a1a9b74056a913f3687c6f5b42ad4acf6.zip
Avoid null pointer dereference in reencode().
Returning "*txt" if "txt" is a null pointer is a bad thing. Spotted with
clang-analyzer.

Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to '.gitmodules')
0 files changed, 0 insertions, 0 deletions
/commit/www/git.causal.agency/source-filter.sh?id=5be0d7f6ec83dd09837f5da2617178136954c90d&follow=1'>Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe 2021-01-18Allow matching lexers using first input lineJune McEnroe