Explorar o código

Add changes file for bug7350

Andrea Shepard %!s(int64=13) %!d(string=hai) anos
pai
achega
3b270e86be
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      changes/bug7350

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