Fix TROVE-2020-003.
[tor.git] / changes / bug31343
blob17a8057eadf6f47ac01b06f845865faa968bea0a
1   o Minor bugfixes (compilation):
2     - Avoid using labs() on time_t, which can cause compilation warnings
3       on 64-bit Windows builds.  Fixes bug 31343; bugfix on 0.2.4.4-alpha.
5   o Minor bugfixes (clock skew detection):
6     - Don't believe clock skew results from NETINFO cells that appear to
7       arrive before the VERSIONS cells they are responding to were sent.
8       Previously, we would accept them up to 3 minutes "in the past".
9       Fixes bug 31343; bugfix on 0.2.4.4-alpha.