aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-08-09 09:48:28 +1000
committerteor <teor@torproject.org>2019-08-09 09:48:28 +1000
commit7667c1cbaffeb4c1df9241d80d84d27f3f9bde18 (patch)
tree65157ea9f624014c8d88160ea8b598043b7ff615 /changes
parent8d22c09abf47da229229fe6b5fe355a2da530bef (diff)
parent878f4409015f741c7075d0ccf3da794a6f313302 (diff)
downloadtor-7667c1cbaffeb4c1df9241d80d84d27f3f9bde18.tar.gz
tor-7667c1cbaffeb4c1df9241d80d84d27f3f9bde18.zip
Merge remote-tracking branch 'tor-github/pr/1209' into combined31343_31374_029
Diffstat (limited to 'changes')
-rw-r--r--changes/bug313439
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/bug31343 b/changes/bug31343
new file mode 100644
index 0000000000..17a8057ead
--- /dev/null
+++ b/changes/bug31343
@@ -0,0 +1,9 @@
+ o Minor bugfixes (compilation):
+ - Avoid using labs() on time_t, which can cause compilation warnings
+ on 64-bit Windows builds. Fixes bug 31343; bugfix on 0.2.4.4-alpha.
+
+ o Minor bugfixes (clock skew detection):
+ - Don't believe clock skew results from NETINFO cells that appear to
+ arrive before the VERSIONS cells they are responding to were sent.
+ Previously, we would accept them up to 3 minutes "in the past".
+ Fixes bug 31343; bugfix on 0.2.4.4-alpha.