diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-05-16 12:11:45 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-05-16 12:11:45 -0400 |
commit | d3a972561aeb38d7b346be1826054c60bf3adfaa (patch) | |
tree | ac429bb8d542305b5b68032933600e0792792cb8 /changes | |
parent | 502d2c00625501f312496d842aeb16a840d4d7b0 (diff) | |
parent | d1e4ffc710fd6620614d4f7f20f6ed5d1c266ae4 (diff) | |
download | tor-d3a972561aeb38d7b346be1826054c60bf3adfaa.tar.gz tor-d3a972561aeb38d7b346be1826054c60bf3adfaa.zip |
Merge branch 'maint-0.2.9' into maint-0.3.1
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug26072 | 5 |
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. |