diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-01-31 14:37:48 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-01-31 14:37:48 -0500 |
commit | a846fd267edf5a457d6647b37ad7ef2ac62a1612 (patch) | |
tree | 4860fc3edebeef732bc8c7fbf936527dbf10a1b0 /changes | |
parent | d44080a09da4cf05c6b2895ef7ac97c65acdd8b8 (diff) | |
parent | da778f2921d0ae49c47abb4ba4ebe5f92a999ae2 (diff) | |
download | tor-a846fd267edf5a457d6647b37ad7ef2ac62a1612.tar.gz tor-a846fd267edf5a457d6647b37ad7ef2ac62a1612.zip |
Merge branch 'bug23954_squashed'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug23954 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug23954 b/changes/bug23954 new file mode 100644 index 0000000000..185814f12e --- /dev/null +++ b/changes/bug23954 @@ -0,0 +1,4 @@ + o Minor bugfixes (logging, race conditions): + - Fix a (mostly harmless) race condition when invoking + LOG_PROTOCOL_WARN message from a subthread while the options are + changing. Fixes bug 23954; bugfix on 0.1.1.9-alpha. |