diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-04-14 21:51:30 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-04-14 21:51:30 -0400 |
commit | b2106956e0adc0382f033e1a6cd0896a24122d05 (patch) | |
tree | 6e0a831de91af8ac6df861d3cdbc20760326db6e /changes | |
parent | 75b4975d7722d9497847fdab8dcfb2ac10f58fdb (diff) | |
download | tor-b2106956e0adc0382f033e1a6cd0896a24122d05.tar.gz tor-b2106956e0adc0382f033e1a6cd0896a24122d05.zip |
Don't send uninitialized stack to the controller and say it's a date.
Fixes bug 11519, apparently bugfix on 0.2.3.11-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug11519 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug11519 b/changes/bug11519 new file mode 100644 index 0000000000..5c1e6af7e4 --- /dev/null +++ b/changes/bug11519 @@ -0,0 +1,3 @@ + o Minor bugfixes: + - Avoid sending an garbage value to the controller when a circuit is + cannibalized. Fixes bug 11519; bugfix on 0.2.3.11-alpha. |