| > dont ask my why i had the idea to change my system date
to
> the year 2098, but when i do so, i cannot use winhhtrack
> because of a memory-read-error as soon as i try to start
a
> mirror. this wont be a critical error i suppose, but i'd
> like to know about the reasons *).
the C function time(NULL) returns -1 in this case
and the C function localtime(-1) return NULL
causing a null pointer access
I'll add a test to localtime to ensure that it does not
returns a NULL ptr :)
| |