]> git.ipfire.org Git - thirdparty/glibc.git/commit
mktime: make more room for overflow
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 15 Nov 2018 21:59:33 +0000 (22:59 +0100)
committerAlbert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
Thu, 15 Nov 2018 21:59:33 +0000 (22:59 +0100)
commitefbdddc381cfea5bfa9527e86fa3078257e5d91b
treec662e5e2b90e040f93ebc761f3ac25a89335825f
parent6c90d759f613761de7ac435bbabcc373092cf8bc
mktime: make more room for overflow

[BZ#23789]
* time/mktime.c (long_int): Now 4⨯ int, not just 3⨯.
This is so that we can add tm_diff results to a previous guess,
which will be useful in a later patch.
ChangeLog
time/mktime.c