diff options
author | teor <teor@torproject.org> | 2019-08-10 07:25:30 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-08-10 07:25:30 +1000 |
commit | f65c123519f72da8f76c8f4d470165b07a86e6c1 (patch) | |
tree | 6c8037c3d517adfd6baa8133dd3791a03115ea42 /changes/bug31343 | |
parent | 989909145cecf3d3fad5434ae0bf4790792ad414 (diff) | |
parent | 254c1bac453fdb7d3e29a5cde9757542990a6989 (diff) | |
download | tor-f65c123519f72da8f76c8f4d470165b07a86e6c1.tar.gz tor-f65c123519f72da8f76c8f4d470165b07a86e6c1.zip |
Merge branch 'maint-0.2.9' into release-0.2.9
Diffstat (limited to 'changes/bug31343')
-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. |