diff options
Diffstat (limited to 'changes/bug11048')
-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. |