; Wang, Jian J ; Lu, Xiaoyu1
; Jiang, Guomin
Cc: songdongku...@huawei.com ; yizih...@huawei.com
Subject: Re: [edk2-devel] [PATCH EDK2 v2 1/1] CryptoPkg/BaseCryptLib:time
overflow
Merged https://github.com/tianocore/edk2/pull/3710
> -Original Message-
> From: Wenyi Xie
> Sen
Merged https://github.com/tianocore/edk2/pull/3710
> -Original Message-
> From: Wenyi Xie
> Sent: Friday, December 2, 2022 1:52 PM
> To: devel@edk2.groups.io; Yao, Jiewen ; Wang, Jian
> J ; Lu, Xiaoyu1 ; Jiang,
> Guomin
> Cc: songdongku...@huawei.com; xiewen...@huawei.com;
> yizih...@hua
From: Zihong Yi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4167
In CrtLibSupport.h, time_t is defined as INT32, and its maximum value
is 2147483647. That is, the corresponding maximum timestamp is
2038-01-19 11:14:07. Therefore, overflow occurs when the test time
exceeds 2038-01-19 11:1