mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 14:43:46 +01:00
4fe4f8179f
We had this safeguard around dos_init() but not when the consensus changes which can modify consensus parameters and possibly enable the DoS mitigation even if tor wasn't a public relay. Fixes #25223 Signed-off-by: David Goulet <dgoulet@torproject.org>
4 lines
171 B
Plaintext
4 lines
171 B
Plaintext
o Minor bugfixes (DoS mitigation):
|
|
- Make sure we don't modify consensus parameters if we aren't a public
|
|
relay when a new consensus arrives. Fixes bug 25223.
|