mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
af54a01828
This fixes a DoS issue where a client could send so much data in 5 minutes that they exhausted the server's RAM. Fix for bug 5934 and 6007. Bugfix on 0.2.0.20-rc, which enabled the v2 handshake.
6 lines
220 B
Plaintext
6 lines
220 B
Plaintext
o Major bugfixes (security):
|
|
- When waiting for a client to renegotiate, don't allow it to add
|
|
any bytes to the input buffer. This fixes a DoS issue. Fix for
|
|
bugs 6007 and 5934; bugfix on 0.2.0.20-rc.
|
|
|