[tor-commits] [tor/master] changes file for bug18570

nickm at torproject.org nickm at torproject.org
Mon Mar 21 14:34:02 UTC 2016


commit 72ebf4160412f64fb6ae0cd97dd89d01d89c075a
Author: Nick Mathewson <nickm at torproject.org>
Date:   Mon Mar 21 10:19:07 2016 -0400

    changes file for bug18570
---
 changes/bug18570 | 7 +++++++
 1 file changed, 7 insertions(+)

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





More information about the tor-commits mailing list