about summary refs log tree commit diff
path: root/src/time/ctime.c
Commit message (Collapse)AuthorAgeFilesLines
* handle localtime errors in ctimeRich Felker2017-06-151-1/+3
| | | | | | | | ctime passes the result from localtime directly to asctime. But in case of error, localtime returns 0. This causes an error (NULL pointer dereference) in asctime. based on patch by Omer Anson.
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+6