mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
c0f1517d87
We use a hash of the identity key to seed a prng to tell when an accounting period should end. But thanks to the bug998 changes, clients no longer have server-identity keys to use as a long-term seed in accounting calculations. In any case, their identity keys (as used in TLS) were never never fixed. So we can just set the wakeup time from a random seed instead there. Still open is whether everybody should be random. This patch fixes bug 2235, which was introduced in 0.2.2.18-alpha. Diagnosed with help from boboper on irc.
4 lines
149 B
Plaintext
4 lines
149 B
Plaintext
o Minor bugfixes
|
|
- Avoid crashes when AccountingMax is set on clients. Fixes bug 2235;
|
|
Bugfix on 0.2.2.18-alpha. Diagnosed by boboper.
|