Previously we would truncate tm.tm_year for time_ts corresponding to a year that does not fit in int.
This was fixed in tzcode in 2004 but has persisted in our tree rS2708.
Differential D9534
localtime: return NULL if time_t out of range of struct tm emaste on Feb 10 2017, 9:24 PM. Authored by Tags None Referenced Files
Subscribers
Details
Previously we would truncate tm.tm_year for time_ts corresponding to a year that does not fit in int. This was fixed in tzcode in 2004 but has persisted in our tree rS2708.
Diff Detail
Event TimelineComment Actions For reference, this broke the bash-static build with LLD: https://github.com/emaste/freebsd-ports/pull/20 |