summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-12-11 16:56:31 -0500
committerNick Mathewson <nickm@torproject.org>2017-12-11 16:56:31 -0500
commiteecfed0cd2c8c92175106e211d1662fa43fc60bc (patch)
treedf98ca388015517b03401b2e51f3476ec8b7f823 /changes
parenteaaa1108a3eb1271ad2c8f3fbb8a6845d24de874 (diff)
parentf7151387d937bd1113f4c694b170305d80dde9fa (diff)
downloadtor-eecfed0cd2c8c92175106e211d1662fa43fc60bc.tar.gz
tor-eecfed0cd2c8c92175106e211d1662fa43fc60bc.zip
Merge branch 'maint-0.2.8' into maint-0.2.9
Diffstat (limited to 'changes')
-rw-r--r--changes/bug241677
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug24167 b/changes/bug24167
new file mode 100644
index 0000000000..fd0d87efff
--- /dev/null
+++ b/changes/bug24167
@@ -0,0 +1,7 @@
+ o Minor bugfixes (network layer):
+ - When closing a connection via close_connection_immediately(), we
+ mark it as "not blocked on bandwidth", to prevent later calls
+ from trying to unblock it, and give it permission to read. This
+ fixes a backtrace warning that can happen on relays under various
+ circumstances. Fixes bug 24167; bugfix on 0.1.0.1-rc.
+