aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-05-14 15:54:48 -0400
committerNick Mathewson <nickm@torproject.org>2018-05-14 15:54:48 -0400
commit5eb2d5888065420b44ad237d000dfb7c3656c2ef (patch)
tree911687dc4d6dce7d11a39984cf4dc33dd4e81c44 /changes
parentedb6acf9cee42406cfa8380c898b7b664f699b8d (diff)
downloadtor-5eb2d5888065420b44ad237d000dfb7c3656c2ef.tar.gz
tor-5eb2d5888065420b44ad237d000dfb7c3656c2ef.zip
Add a missing return after marking a stream for bad connected cell
Fixes bug 26072; bugfix on 0.2.4.7-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug260725
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug26072 b/changes/bug26072
new file mode 100644
index 0000000000..2489e4fbb5
--- /dev/null
+++ b/changes/bug26072
@@ -0,0 +1,5 @@
+ o Minor bugfixes (correctness, client):
+ - Upon receiving a malformed connected cell, stop processing the cell
+ immediately. Previously we would mark the connection for close, but
+ continue processing the cell as if the connection were open. Fixes bug
+ 26072; bugfix on 0.2.4.7-alpha.