summary refs log tree commit diff
path: root/txt
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-09-24 12:17:14 -0400
committerJune McEnroe <june@causal.agency>2021-09-24 12:17:14 -0400
commit37ece3b35a3e37bd4aa37e0d75affbfa4ad358f3 (patch)
tree32833847b6cd7374650c0de19b5cffed99fd2900 /txt
parentConsume request headers using MSG_PEEK (diff)
downloadsrc-37ece3b35a3e37bd4aa37e0d75affbfa4ad358f3.tar.gz
src-37ece3b35a3e37bd4aa37e0d75affbfa4ad358f3.zip
Set original socket CLOEXEC
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
cgit-pink/commit/cgit.c?h=1.4.1&id=8d8e84e72a24f474a6659ca04d0906723b2ac975&follow=1'>cgit.c: Do not restore unset environment variablesLukas Fleischer getenv() returns a NULL pointer if the specified variable name cannot be found in the environment. However, some setenv() implementations crash if a NULL pointer is passed as second argument. Only restore variables that are not NULL. See commit d96d2c98ebc4c2d3765f5b35c4142e0e828a421b for a related patch. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-04-09t0107: Use `tar -z` for gzip'ed archivesLukas Fleischer