mirror of https://git.musl-libc.org/git/musl
Browse Source
commit 583ea83541 fixed the case where
tm_year is negative but the resulting year (offset by 1900) was still
positive, which is always the case for time_t values that fit in 32
bits, but not for arbitrary inputs.
based on an earlier patch by Julien Ramseier which was overlooked at
the time the previous fix was applied.
master
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue