diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-03-18 15:55:55 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-03-18 15:55:55 -0400 |
commit | bd9901bef245b3880c9a60034b9fdf6d4829eb65 (patch) | |
tree | be5f777cbe2e172201756ed907442cfe6bed70f2 /changes/bug7947 | |
parent | aa4fcc4f13ecc0959f26ac4c86a8e9b59d9c8783 (diff) | |
download | tor-bd9901bef245b3880c9a60034b9fdf6d4829eb65.tar.gz tor-bd9901bef245b3880c9a60034b9fdf6d4829eb65.zip |
Handle TRUNCATE correctly if our next channel isn't done yet.
Patch from 'cypherpunks'. Fixes bug #7947. Bugfix on 0.0.7.1.
Diffstat (limited to 'changes/bug7947')
-rw-r--r-- | changes/bug7947 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug7947 b/changes/bug7947 new file mode 100644 index 0000000000..6200ba2d8a --- /dev/null +++ b/changes/bug7947 @@ -0,0 +1,4 @@ + o Minor bugfixes: + - Fix the handling of a TRUNCATE cell when it arrives while the circuit + extension is in progress. Fixes bug 7947; bugfix on 0.0.7.1. + |