]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add changes file for connection_mark_for_close()/connection_mark_and_flush() or_conne...
authorAndrea Shepard <andrea@torproject.org>
Sat, 10 Nov 2012 10:38:40 +0000 (02:38 -0800)
committerAndrea Shepard <andrea@torproject.org>
Sat, 10 Nov 2012 10:38:40 +0000 (02:38 -0800)
changes/check_for_orconn_on_close [new file with mode: 0644]

diff --git a/changes/check_for_orconn_on_close b/changes/check_for_orconn_on_close
new file mode 100644 (file)
index 0000000..4d76d5e
--- /dev/null
@@ -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.