diff options
author | Andrea Shepard <andrea@torproject.org> | 2014-05-16 08:56:42 -0700 |
---|---|---|
committer | Andrea Shepard <andrea@torproject.org> | 2014-05-16 08:56:42 -0700 |
commit | b3edd0406541d427a12c4e34d9380573929d0182 (patch) | |
tree | 7ac6f6cec4736c4343e565e1c2d75f7cc75a8bb3 /changes | |
parent | f7a55bc4b4a5f0e9323275a99f8c6ceec9f5f1d5 (diff) | |
download | tor-b3edd0406541d427a12c4e34d9380573929d0182.tar.gz tor-b3edd0406541d427a12c4e34d9380573929d0182.zip |
Add changes file for bug11476
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug11476 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug11476 b/changes/bug11476 new file mode 100644 index 0000000000..cb3d217cd9 --- /dev/null +++ b/changes/bug11476 @@ -0,0 +1,5 @@ + o Bugfixes: + - Add configure options controlling allocator tricks like mempools and + freelists, and turn them off by default; on most platforms malloc is + reasonable enough for this not to be necessary, and a similar feature + in OpenSSL exacerbated Heartbleed. Fixes bug #11476. |