summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-05-12 14:39:06 -0400
committerNick Mathewson <nickm@torproject.org>2016-05-12 14:39:06 -0400
commit20b01cece8cd2ceb7f8051aee04294bdba471f1a (patch)
tree49af27aa7e343dce9e05507cee1b00c063e07a02 /changes
parent0b477bfd55b16d04ddd97cec09ec978e2a57ba3b (diff)
parente57f26c135b03f5dbde77aea24551b6a9fc20889 (diff)
downloadtor-20b01cece8cd2ceb7f8051aee04294bdba471f1a.tar.gz
tor-20b01cece8cd2ceb7f8051aee04294bdba471f1a.zip
Merge branch 'bug18977_024_v2' into bug18977_026_v2
Had conflicts related to other correct_tm bugs in 0.2.6. Added wday for another case.
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.