mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
The tm_wday field had been left uninitialized, which was causing some assertions to fail on Windows unit tests. Fixes bug 18977.
4 lines
213 B
Text
4 lines
213 B
Text
o Minor bugfixes (time handling):
|
|
- When correcting a corrupt 'struct tm' value, fill in the tm_wday
|
|
field. Otherwise, our unit tests crash on Windows.
|
|
Fixes bug 18977; bugfix on 0.2.2.25-alpha.
|