summary refs log tree commit diff
path: root/edit.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-08-15 12:24:15 -0400
committerJune McEnroe <june@causal.agency>2021-08-15 12:24:15 -0400
commitdf1e5613786ab7e0a40a42bd339e30355bc75165 (patch)
tree15ff21d2fb2f7fa121115694c95a1c5cd8535cbf /edit.c
parentFix missing include for flock(2) (diff)
downloadcatgirl-df1e5613786ab7e0a40a42bd339e30355bc75165.tar.gz
catgirl-df1e5613786ab7e0a40a42bd339e30355bc75165.zip
Handle tags without values 1.9a
Otherwise a tag with no value would cause a segfault trying to
unescape the NULL tag pointer. This shouldn't happen for the server
tags we parse, but clients could send @+draft/reply with no value.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
-04-15 16:59:37 +0200'>2013-04-15t0001: ignore ".dirty" suffix on Git versionJohn Keeping 2013-04-15tests: set TEST_OUTPUT_DIRECTORY to the CGit test directoryJohn Keeping 2013-04-15t0109: test more URLsJohn Keeping 2013-04-10cgitrc.5.txt: Specify when scan-path must be defined before.Jason A. Donenfeld 2013-04-10ui-snapshot.c: Prepend "V" when guessing ref namesLukas Fleischer 2013-04-10t0107: Skip ZIP tests if unzip(1) isn't availableLukas Fleischer 2013-04-10tests/: Do not use `sed -i`Lukas Fleischer 2013-04-10Add branch-sort and repo.branch-sort options.Jason A. Donenfeld 2013-04-10t0109: chain operations with &&John Keeping 2013-04-10cgit.c: Do not restore unset environment variablesLukas Fleischer 2013-04-09t0107: Use `tar -z` for gzip'ed archivesLukas Fleischer