msvcrt time: add overflow checks for avoiding year 2038 problem
There have already been type overflow checks in same code time.c, but they are not enough.
https://gitlab.winehq.org/wine/wine/-/blob/master/dlls/msvcrt/time.c#L336-363
References:
There have already been type overflow checks in same code time.c, but they are not enough.
https://gitlab.winehq.org/wine/wine/-/blob/master/dlls/msvcrt/time.c#L336-363
References: