diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-08-06 11:15:20 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-08-06 11:15:20 -0400 |
commit | bc9492a938f0bc2ee8dfb6f94f0f8d81f16b9575 (patch) | |
tree | 73a245e94976d815f101efa3dde45bb475e62776 /changes/bug31343 | |
parent | 1dd95278970f9f32d83a31fe73e0258a30523539 (diff) | |
parent | 0849d2a2fdaeea2871f32bed35d410f19703aae1 (diff) | |
download | tor-bc9492a938f0bc2ee8dfb6f94f0f8d81f16b9575.tar.gz tor-bc9492a938f0bc2ee8dfb6f94f0f8d81f16b9575.zip |
Merge branch 'ticket31343_029' into ticket31343_035
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. |