linux(4): Prevent time_t overflows on i386.
As native i386 time_t is still 32-bit, check that the user-provided 64-bit
tv_sec value fits to the kernel time_t, return EOVERFLOW if not.
MFC after: 2 weeks
linux(4): Prevent time_t overflows on i386. Tags None Referenced Files None Subscribers None
Description
Details
|