mirror of https://git.musl-libc.org/git/musl
Browse Source
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.master
1 changed files with 3 additions and 1 deletions
Loading…
Reference in new issue