]> git.ipfire.org Git - thirdparty/ccache.git/commit
Don’t crash if localtime returns null pointer in localtime_r replacement
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 22 Sep 2019 17:46:42 +0000 (19:46 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 22 Sep 2019 17:46:42 +0000 (19:46 +0200)
commit8c4ffbab96a8f4bebc27b39ad3a235a5d8baeab3
treec7526a139af2d284058856e7178565961c62fe63
parent6be00a0070d3898fe7201f6db44a9a3c42627bf8
Don’t crash if localtime returns null pointer in localtime_r replacement

This seems to happen in some unknown Windows environment, see #450.

Fixes #450.
src/hashutil.c
src/util.c