summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-08-09 09:49:27 +1000
committerteor <teor@torproject.org>2019-08-09 09:49:27 +1000
commit4665ac9ec70105f490ebd810e58281e0c8f03926 (patch)
tree0b18a84dd9597be78e6aeb8eca30757055fd7669 /changes
parente83eabc9bfb6c07f80611beb6b02d43102806a0e (diff)
parenta4400a77a5db2fc60db258857a23a11ec741e426 (diff)
downloadtor-4665ac9ec70105f490ebd810e58281e0c8f03926.tar.gz
tor-4665ac9ec70105f490ebd810e58281e0c8f03926.zip
Merge remote-tracking branch 'tor-github/pr/1210' into combined31343_31374_035
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.