aboutsummaryrefslogtreecommitdiff
path: root/changes/bug7352
Commit message (Collapse)AuthorAge
* fold in changes filesRoger Dingledine2012-11-12
|
* Add and use and unlikely-to-be-eliminated memwipe()Nick Mathewson2012-11-08
Apparently some compilers like to eliminate memset() operations on data that's about to go out-of-scope. I've gone with the safest possible replacement, which might be a bit slow. I don't think this is critical path in any way that will affect performance, but if it is, we can work on that in 0.2.4. Fixes bug 7352.