]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for bug18570
authorNick Mathewson <nickm@torproject.org>
Mon, 21 Mar 2016 14:19:07 +0000 (10:19 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 21 Mar 2016 14:19:07 +0000 (10:19 -0400)
changes/bug18570 [new file with mode: 0644]

diff --git a/changes/bug18570 b/changes/bug18570
new file mode 100644 (file)
index 0000000..04f72f4
--- /dev/null
@@ -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.
+