Skip to content

cpukit/score/src/kern_ntptime.c: Use time_t not a 32-bit type

Summary

cpukit/score/src/kern_ntptime.c: Use time_t not a 32-bit type

A time_t (tv_sec) was being assigned to a 32-bit variable. This introduced a Y2038 issue.

Coverity CID 1512505

Closes #5111 (closed).

Merge request reports