diff options
author | teor <teor@torproject.org> | 2019-08-09 09:48:28 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-08-09 09:48:28 +1000 |
commit | 7667c1cbaffeb4c1df9241d80d84d27f3f9bde18 (patch) | |
tree | 65157ea9f624014c8d88160ea8b598043b7ff615 /changes | |
parent | 8d22c09abf47da229229fe6b5fe355a2da530bef (diff) | |
parent | 878f4409015f741c7075d0ccf3da794a6f313302 (diff) | |
download | tor-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/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. |