mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
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>
3 lines
171 B
Text
3 lines
171 B
Text
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.
|