Bugzilla – Attachment 616 Details for
Bug 3883
mktime函数返回结果错误
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
复现用例
mktime.c (text/x-csrc), 122 bytes, created by
speacher
on 2023-01-30 16:52:14 UTC
(
hide
)
Description:
复现用例
Filename:
MIME Type:
Creator:
speacher
Created:
2023-01-30 16:52:14 UTC
Size:
122 bytes
patch
obsolete
>#include <time.h> >int main() >{ > struct tm tval = { -1, -1, -1, -1, -1, -1, -1, -1, 1 }; > return mktime( & tval ); >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 3883
: 616