diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-02-25 10:23:09 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-02-25 10:23:09 -0500 |
commit | 92da2e27a216d5251ed6bdcef7c005ab11f2676f (patch) | |
tree | 4d6ee95b5c3b7abc7474c2b69a4d9944806e3aad /changes | |
parent | 613b0a3bc5bef687f19771a8e52e57d7bd5edb5b (diff) | |
parent | a3ab31f5dc55b2edde9436f6fb5f990548950702 (diff) | |
download | tor-92da2e27a216d5251ed6bdcef7c005ab11f2676f.tar tor-92da2e27a216d5251ed6bdcef7c005ab11f2676f.tar.gz |
Merge remote-tracking branch 'public/bug11048'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug11048 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug11048 b/changes/bug11048 new file mode 100644 index 000000000..684abf959 --- /dev/null +++ b/changes/bug11048 @@ -0,0 +1,8 @@ + o Minor bugfixes: + + - Avoid strange behavior if two threads hit failed asswertions + at the same time and both try to log backtraces at + once. (Previously, if this had happened, both threads would + have stored their intermediate results in the same buffer, and + generated junk outputs.) Reported by "cypherpunks". Fixes bug + 11048; bugfix on 0.2.5.2-alpha. |