mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
Our checks that we don't exceed the 50 KB size limit of extra-info descriptors apparently failed. This patch fixes these checks and reserves another 250 bytes for appending the signature. Fixes bug 2183.
6 lines
308 B
Text
6 lines
308 B
Text
o Minor bugfixes:
|
|
- Try harder not to exceed the maximum length of 50 KB when writing
|
|
statistics to extra-info descriptors. This bug was triggered by very
|
|
fast relays reporting exit-port, entry, and dirreq statistics.
|
|
Reported by Olaf Selke. Bugfix on 0.2.2.1-alpha. Fixes bug 2183.
|
|
|