diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-05-17 12:47:06 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-05-17 12:47:06 -0400 |
commit | 943291d7ae3d246c50fa55caa96c9bb04ee577eb (patch) | |
tree | f8c145bdba16dbb465592e05df586d1ed8be52ca /changes | |
parent | 3b42b14979f1803eb32c671cb99120c722aff065 (diff) | |
download | tor-943291d7ae3d246c50fa55caa96c9bb04ee577eb.tar.gz tor-943291d7ae3d246c50fa55caa96c9bb04ee577eb.zip |
Whoops -- add an entry I missed to the 0.3.4.1-alpha changelog
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug26072 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/changes/bug26072 b/changes/bug26072 deleted file mode 100644 index 2489e4fbb5..0000000000 --- a/changes/bug26072 +++ /dev/null @@ -1,5 +0,0 @@ - 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. |