summaryrefslogtreecommitdiff
path: root/changes/bug32884
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-01-06 09:37:12 -0500
committerNick Mathewson <nickm@torproject.org>2020-01-06 09:37:12 -0500
commit4f6901d7cc827e5bfa98467b7a568f725ce7fa9f (patch)
treee3c759d5cde1960dfed9fd6497fe68a75c68d247 /changes/bug32884
parent0b3763612cfd74fd8e1ee79f6fbe58a70e4288b8 (diff)
downloadtor-4f6901d7cc827e5bfa98467b7a568f725ce7fa9f.tar.gz
tor-4f6901d7cc827e5bfa98467b7a568f725ce7fa9f.zip
When initializing pthreads, always set the main thread.
Fixes bug 32884. This is a bugfix on 0.3.3.1-alpha, when we started allowing restart-in-process with tor_api.h.
Diffstat (limited to 'changes/bug32884')
-rw-r--r--changes/bug328845
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug32884 b/changes/bug32884
new file mode 100644
index 0000000000..9ab1d24464
--- /dev/null
+++ b/changes/bug32884
@@ -0,0 +1,5 @@
+ o Minor bugfixes (embedded Tor):
+ - When starting Tor any time after the first time in a process, register
+ the thread in which it is running as the main thread. Previously, we
+ only did this on Windows, which could lead to bugs like 23081 on
+ non-Windows platforms. Fixes bug 32884; bugfix on 0.3.3.1-alpha.