aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-02-25 10:23:09 -0500
committerNick Mathewson <nickm@torproject.org>2014-02-25 10:23:09 -0500
commit92da2e27a216d5251ed6bdcef7c005ab11f2676f (patch)
tree4d6ee95b5c3b7abc7474c2b69a4d9944806e3aad /changes
parent613b0a3bc5bef687f19771a8e52e57d7bd5edb5b (diff)
parenta3ab31f5dc55b2edde9436f6fb5f990548950702 (diff)
downloadtor-92da2e27a216d5251ed6bdcef7c005ab11f2676f.tar
tor-92da2e27a216d5251ed6bdcef7c005ab11f2676f.tar.gz
Merge remote-tracking branch 'public/bug11048'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug110488
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.