diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-03-16 02:57:35 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-05-23 14:36:24 -0700 |
commit | 03cf7fe31be5964707a54ed82969b9c181f8dd99 (patch) | |
tree | 0bc872aba029ef45e274a05a4e6e6c6ef2367007 /ChangeLog | |
parent | f04dfbc244efb683e395d40c08c86fb93e679167 (diff) | |
download | glibc-03cf7fe31be5964707a54ed82969b9c181f8dd99.tar.gz glibc-03cf7fe31be5964707a54ed82969b9c181f8dd99.tar.xz glibc-03cf7fe31be5964707a54ed82969b9c181f8dd99.zip |
mktime: check signed shifts on long_int and time_t, too
* time/mktime.c (SHR): Check that shifts work as desired on the types long_int and time_t too, as SHR is used on such types.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5b99dac31f..b5cf376857 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2012-05-23 Paul Eggert <eggert@cs.ucla.edu> + mktime: check signed shifts on long_int and time_t, too + * time/mktime.c (SHR): Check that shifts work as desired + on the types long_int and time_t too, as SHR is used on + such types. + mktime: do not assume 'long' is wide enough * time/mktime.c (verify): Move decl up. (long_int): New type. |