]> git.ipfire.org Git - thirdparty/glibc.git/commit
mktime: check signed shifts on long_int and time_t, too
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 16 Mar 2012 09:57:35 +0000 (02:57 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 23 May 2012 21:36:24 +0000 (14:36 -0700)
commit03cf7fe31be5964707a54ed82969b9c181f8dd99
tree0bc872aba029ef45e274a05a4e6e6c6ef2367007
parentf04dfbc244efb683e395d40c08c86fb93e679167
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.
ChangeLog
time/mktime.c