From: Andrea Shepard Date: Wed, 7 Nov 2012 19:39:49 +0000 (-0800) Subject: Add changes file for bug7350 X-Git-Tag: tor-0.2.4.6-alpha~10^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3b270e86be0ab8edcda2907f41ca3abb57f8c59a;p=thirdparty%2Ftor.git Add changes file for bug7350 --- diff --git a/changes/bug7350 b/changes/bug7350 new file mode 100644 index 0000000000..9c2f20dab6 --- /dev/null +++ b/changes/bug7350 @@ -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.