]> git.ipfire.org Git - thirdparty/tor.git/commit
Kill non-open OR connections with any data on their inbufs.
authorNick Mathewson <nickm@torproject.org>
Thu, 31 May 2012 15:19:35 +0000 (11:19 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 4 Jun 2012 15:29:18 +0000 (11:29 -0400)
commitaf54a0182870babec62bf07d067ca82a67c423de
tree4515797b262d2b6e8c20daaa93f8d82389ef34c6
parent3a9351b57e528b1d0bd2e72bcf78db7c91b2ff8f
Kill non-open OR connections with any data on their inbufs.

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.
changes/bug6007 [new file with mode: 0644]
src/or/connection_or.c