aboutsummaryrefslogtreecommitdiff
path: root/changes/bug11048
Commit message (Collapse)AuthorAge
* Sort the 0.2.5.3-alpha changelog entries a little better.Nick Mathewson2014-03-13
| | | | | | | Still haven't edited any. Also, remove all the changes/* entries that got merged back in 6b5ef3889d83c715973d.
* Threadproof our log_backtrace implementationNick Mathewson2014-02-24
It's possible for two threads to hit assertion failures at the same time. If that happens, let's keep them from stomping on the same cb_buf field. Fixes bug 11048; bugfix on 0.2.5.2-alpha. Reported by "cypherpunks".