diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2018-11-15 22:59:33 +0100 |
|---|---|---|
| committer | Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr> | 2018-11-15 22:59:33 +0100 |
| commit | efbdddc381cfea5bfa9527e86fa3078257e5d91b (patch) | |
| tree | c662e5e2b90e040f93ebc761f3ac25a89335825f /ChangeLog | |
| parent | 6c90d759f613761de7ac435bbabcc373092cf8bc (diff) | |
| download | glibc-efbdddc381cfea5bfa9527e86fa3078257e5d91b.tar.xz glibc-efbdddc381cfea5bfa9527e86fa3078257e5d91b.zip | |
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.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2018-11-15 Paul Eggert <eggert@cs.ucla.edu> + 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. + mktime: simplify offset guess [BZ#23789] * time/mktime.c (__mktime_internal): Omit excess precision. |
