diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-08-08 11:23:59 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-08-08 11:23:59 -0400 |
commit | 0bc5b7ae95a2cc11b380ba09aab0ed1f4219f90b (patch) | |
tree | 996f3103dab15e785a1fc99826099053717b21c7 /changes | |
parent | 40d7f1e3a67c7777f44e50e009c313baf686e6b2 (diff) | |
parent | 7e32db478b6619c8e25ad117a59361b1f5cdfa48 (diff) | |
download | tor-0bc5b7ae95a2cc11b380ba09aab0ed1f4219f90b.tar.gz tor-0bc5b7ae95a2cc11b380ba09aab0ed1f4219f90b.zip |
Merge branch 'ticket31343_040' into maint-0.4.1
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug31343 | 9 |
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. |