瀏覽代碼

changes file for bug18570

Nick Mathewson 8 年之前
父節點
當前提交
72ebf41604
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      changes/bug18570

+ 7 - 0
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.
+