summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Shepard <andrea@torproject.org>2012-11-10 02:38:40 -0800
committerAndrea Shepard <andrea@torproject.org>2012-11-10 02:38:40 -0800
commitfc1a9a13cf427ec7a319086c820408847fbc189b (patch)
tree29d880be01bd40318234975417082f6979bc5e4f
parent99e82cab30efdacd464deec524ee0da3576e69d9 (diff)
downloadtor-fc1a9a13cf427ec7a319086c820408847fbc189b.tar.gz
tor-fc1a9a13cf427ec7a319086c820408847fbc189b.zip
Add changes file for connection_mark_for_close()/connection_mark_and_flush() or_connection_t checking
-rw-r--r--changes/check_for_orconn_on_close4
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/check_for_orconn_on_close b/changes/check_for_orconn_on_close
new file mode 100644
index 0000000000..4d76d5eb5c
--- /dev/null
+++ b/changes/check_for_orconn_on_close
@@ -0,0 +1,4 @@
+ o Minor bugfixes:
+ - Check for closing an or_connection_t without going through correct
+ channel functions; emit a warning and then call
+ connection_or_close_for_error() so we don't assert as in 7212 and 7267.