30 Sep
2008
30 Sep
'08
12:28 p.m.
In <48C093A2.30000 at doublesparks.net> Alan Sparks <asparks at doublesparks.net> writes:
This turns out to be a bug in Hobbit on x86_64. Problem appears to be that a time value read from the acknowledge.log by bbgen is read into a shorter integer than is allocated as a time_t value (and that allocation is not initialized)... so sometimes random bits are included, and skew the time way into the future.
I solved the problem with the following patch:
Thanks, bug reports that include patches are the best kind! Patch applied.
Regards, Henrik