summary refs log tree commit diff
path: root/_config
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2025-08-27 15:42:13 -0400
committerJune McEnroe <june@causal.agency>2025-08-27 15:42:13 -0400
commit72558d92df1934a64533812d6db9e5e419dfb61c (patch)
tree77ae5e44acc503a02a93a24efa52b7adffe81265 /_config
parentPublish "time" (diff)
downloadsrc-72558d92df1934a64533812d6db9e5e419dfb61c.tar.gz
src-72558d92df1934a64533812d6db9e5e419dfb61c.zip
Update DESCRIPTION of myself
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
/cgit.c?h=1.3.0&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