mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
894ff2dc84
For a bridge configured with a pluggable transport, the transport name is used, with the IP address, for the GeoIP client cache entry. However, the DoS subsystem was not aware of it and always passing NULL when doing a lookup into the GeoIP cache. This resulted in bridges with a PT are never able to apply DoS defenses for newly created connections. Fixes #33491 Signed-off-by: David Goulet <dgoulet@torproject.org>
7 lines
388 B
Plaintext
7 lines
388 B
Plaintext
o Major bugfixes (DoS defenses, bridges, pluggable transport):
|
|
- DoS subsystem was not given the transport name of the client connection
|
|
when tor is a bridge and thus failing to find the GeoIP cache entry for
|
|
that client address. This resulted in failing to apply DoS defenses on
|
|
bridges with a pluggable transport. Fixes bug 33491; bugfix on
|
|
0.3.3.2-alpha.
|