[tor-commits] [tor/master] Changes file for ticket 23848

nickm at torproject.org nickm at torproject.org
Fri Oct 27 15:15:56 UTC 2017


commit 90daa28df403472d4a6aa7067ce6ab3264cdbe55
Author: Nick Mathewson <nickm at torproject.org>
Date:   Fri Oct 20 11:39:11 2017 -0400

    Changes file for ticket 23848
---
 changes/bug23848 | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/changes/bug23848 b/changes/bug23848
new file mode 100644
index 000000000..e2aec687c
--- /dev/null
+++ b/changes/bug23848
@@ -0,0 +1,8 @@
+  o Minor features (embedding):
+    - On most errors that would cause Tor to exit, it now tries to return
+      from the tor_main() function, rather than calling the system exit()
+      function.  Most users won't notice a difference here, but it should
+      make a significant difference on platforms that try to run Tor inside
+      a separate thread: they should now be able to survive Tor's exit
+      conditions rather than having Tor shut down the entire process.
+      Closes ticket 23848.





More information about the tor-commits mailing list