mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
e57f26c135
The tm_wday field had been left uninitialized, which was causing some assertions to fail on Windows unit tests. Fixes bug 18977.
5 lines
213 B
Plaintext
5 lines
213 B
Plaintext
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.
|