diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-05-12 14:39:06 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-05-12 14:39:06 -0400 |
commit | 20b01cece8cd2ceb7f8051aee04294bdba471f1a (patch) | |
tree | 49af27aa7e343dce9e05507cee1b00c063e07a02 /changes | |
parent | 0b477bfd55b16d04ddd97cec09ec978e2a57ba3b (diff) | |
parent | e57f26c135b03f5dbde77aea24551b6a9fc20889 (diff) | |
download | tor-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/bug18977 | 4 |
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. |