Hi,
I'm currently researching about system's that are vulnerable to the Year 2038 Problem.
If I didn't miss anything, Simba is using a 32 bit integer to represent the seconds:
I'm not sure if it is an unix timestamp but I assume it is.
Therefore simba is vulnerable to the year 2038 problem.
Hi,
I'm currently researching about system's that are vulnerable to the Year 2038 Problem.
If I didn't miss anything, Simba is using a 32 bit integer to represent the seconds:
simba/src/kernel/time.h
Line 40 in 087d64c
I'm not sure if it is an unix timestamp but I assume it is.
Therefore simba is vulnerable to the year 2038 problem.