mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
7 lines
353 B
Plaintext
7 lines
353 B
Plaintext
o Major bugfixes (user interface):
|
|
- Fix an integer overflow in the rate-limiter that caused displaying of
|
|
wrong number of suppressed messages (if there are too many of them).
|
|
If the number of messages hits the limit of messages per interval the
|
|
rate-limiter drops a warning and doesn't count any further.
|
|
Fixes bug 19435.
|