diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-01-14 12:46:14 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-01-14 12:46:14 -0500 |
commit | c948db425280f6d132fe0415617e73c63607d904 (patch) | |
tree | 7038274dde658aff04a52798071581b2f2529ec7 /changes | |
parent | c2dc94d8ebcd5fdd1076abb41ff0ecee6c092f4f (diff) | |
parent | 4f6901d7cc827e5bfa98467b7a568f725ce7fa9f (diff) | |
download | tor-c948db425280f6d132fe0415617e73c63607d904.tar.gz tor-c948db425280f6d132fe0415617e73c63607d904.zip |
Merge remote-tracking branch 'tor-github/pr/1636'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug32884 | 5 |
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. |