mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
cec21652a7
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.
7 lines
308 B
Plaintext
7 lines
308 B
Plaintext
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.
|
|
|