]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add changes file for bug7350
authorAndrea Shepard <andrea@torproject.org>
Wed, 7 Nov 2012 19:39:49 +0000 (11:39 -0800)
committerAndrea Shepard <andrea@torproject.org>
Wed, 7 Nov 2012 19:39:49 +0000 (11:39 -0800)
changes/bug7350 [new file with mode: 0644]

diff --git a/changes/bug7350 b/changes/bug7350
new file mode 100644 (file)
index 0000000..9c2f20d
--- /dev/null
@@ -0,0 +1,5 @@
+  o Minor bugfixes:
+    - Avoid a possible assert that can occur when channel_send_destroy() is
+      called on a channel in CHANNEL_STATE_CLOSING, CHANNEL_STATE_CLOSED
+      or CHANNEL_STATE_ERROR when the Tor process is resumed after being
+      blocked for a long interval.  Fixes bug 7350.