summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-05-05 10:49:55 -0400
committerNick Mathewson <nickm@torproject.org>2016-05-12 14:37:27 -0400
commite57f26c135b03f5dbde77aea24551b6a9fc20889 (patch)
tree9059812aca333977f2a3f5dcf42b22eb92e483f6 /changes
parent97c6e717b9f3f198163c6d5b4bde86e7f3da28d0 (diff)
downloadtor-e57f26c135b03f5dbde77aea24551b6a9fc20889.tar.gz
tor-e57f26c135b03f5dbde77aea24551b6a9fc20889.zip
Have correct_tm set tm_wday as well.
The tm_wday field had been left uninitialized, which was causing some assertions to fail on Windows unit tests. Fixes bug 18977.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug189774
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug18977 b/changes/bug18977
new file mode 100644
index 0000000000..3f46b09fba
--- /dev/null
+++ b/changes/bug18977
@@ -0,0 +1,4 @@
+ 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.