summary refs log tree commit diff
path: root/port
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2024-06-30 12:11:25 -0400
committerJune McEnroe <june@causal.agency>2024-06-30 12:11:25 -0400
commit0c7217c70986100325217b2b592e0ccf8e5ee9a1 (patch)
tree1f546445b681a9fe02a099abbdc6698c24c719ea /port
parentAccommodate lower-case .jpg files (diff)
downloadsrc-0c7217c70986100325217b2b592e0ccf8e5ee9a1.tar.gz
src-0c7217c70986100325217b2b592e0ccf8e5ee9a1.zip
Add photos from June 22 (and the few days after that)
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
amp;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