The same goes for other very large positive and negative arguments. Fix by simply checking the gmtime_s/gmtime_r return value :)
Backport of core PR18162.
Differential D8219
util: Avoid potential uninitialized read in FormatISO8601DateTime(int64_t nTime) by checking gmtime_s/gmtime_r return value Fabien on Nov 1 2020, 16:58. Authored by Tags None Subscribers None
Details
The same goes for other very large positive and negative arguments. Fix by simply checking the gmtime_s/gmtime_r return value :) Backport of core PR18162. ninja all check-all
Diff Detail
|