WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
250553
year 2038 problem in WebKit/Source/WTF/wtf/DateMath.cpp
https://bugs.webkit.org/show_bug.cgi?id=250553
Summary
year 2038 problem in WebKit/Source/WTF/wtf/DateMath.cpp
Yasuhide Omori
Reported
2023-01-13 02:08:58 PST
Hi! Code taken from
http://support.microsoft.com/kb/167296
has this problem. Microsoft's fix exists:
https://learn.microsoft.com/en-us/windows/win32/sysinfo/converting-a-time-t-value-to-a-file-time
Please fix it. Thanks
Attachments
Patch
(1.48 KB, patch)
2023-01-15 13:03 PST
,
Fujii Hironori
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Yasuhide Omori
Comment 1
2023-01-13 03:16:39 PST
FYI: People discuss this problem, saying "使用64位乘法代替Int32x32To64函数"
https://cloud.tencent.com/developer/ask/sof/171317
It means "use 64bit multiplication instead of Int32x32To64 function."
Fujii Hironori
Comment 2
2023-01-15 13:03:02 PST
Created
attachment 464510
[details]
Patch
EWS
Comment 3
2023-01-16 12:24:15 PST
Committed
258961@main
(00e89b0e200a): <
https://commits.webkit.org/258961@main
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 464510
[details]
.
Radar WebKit Bug Importer
Comment 4
2023-01-16 12:25:17 PST
<
rdar://problem/104304776
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug