diff options
author | teor <teor@torproject.org> | 2020-04-09 11:03:20 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2020-04-09 11:03:20 +1000 |
commit | 987f2fa50ac26af61917c7a6e13dc62f3ddb23ee (patch) | |
tree | 7c0c4b59e3c9658365491d337609cd0957611991 /changes | |
parent | 26fd31fef8dfbc9babf60157edf1b47b94cd49d1 (diff) | |
parent | d380acaecad5f554f7294cfcd7fbf100f9bbaca3 (diff) | |
download | tor-987f2fa50ac26af61917c7a6e13dc62f3ddb23ee.tar.gz tor-987f2fa50ac26af61917c7a6e13dc62f3ddb23ee.zip |
Merge branch 'maint-0.3.5' into maint-0.4.1
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket33491 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket33491 b/changes/ticket33491 new file mode 100644 index 0000000000..595ea863ea --- /dev/null +++ b/changes/ticket33491 @@ -0,0 +1,6 @@ + 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. |