aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorAndrea Shepard <andrea@torproject.org>2016-03-29 15:01:36 +0000
committerAndrea Shepard <andrea@torproject.org>2016-03-29 15:01:36 +0000
commit0b45cab1477d93e3065ca2d35e87483688f16bf6 (patch)
treee0a32048c53e90454acae374970e1523ff849525 /changes
parent1218d731d1f3c1944a22bba45ef2f6a0853eba5c (diff)
parent72ebf4160412f64fb6ae0cd97dd89d01d89c075a (diff)
downloadtor-0b45cab1477d93e3065ca2d35e87483688f16bf6.tar.gz
tor-0b45cab1477d93e3065ca2d35e87483688f16bf6.zip
Merge branch 'bug18570_027' into maint-0.2.7
Diffstat (limited to 'changes')
-rw-r--r--changes/bug185707
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug18570 b/changes/bug18570
new file mode 100644
index 0000000000..04f72f4c9e
--- /dev/null
+++ b/changes/bug18570
@@ -0,0 +1,7 @@
+ o Minor bugfixes (correctness):
+ - Fix a bad memory handling bug that would occur if we had queued
+ a cell on a channel's incoming queue. Fortunately, we can't actually
+ queue a cell like that as our code is constructed today, but it's best
+ to avoid this kind of error, even if there isn't any code that triggers
+ it today. Fixes bug 18570; bugfix on 0.2.4.4-alpha.
+