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 | 8340f641c30f8e529b513732be2c931e128227e2 (patch) | |
tree | 06c7af6b30023ec1651c66c49d8d11c70b16b595 /changes | |
parent | 4aa3d511b25fe99579d7810418433eef46e417da (diff) | |
parent | d3a972561aeb38d7b346be1826054c60bf3adfaa (diff) | |
download | tor-8340f641c30f8e529b513732be2c931e128227e2.tar.gz tor-8340f641c30f8e529b513732be2c931e128227e2.zip |
Merge branch 'maint-0.3.1' into maint-0.3.2
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. |