aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-05-22 16:27:29 -0400
committerNick Mathewson <nickm@torproject.org>2014-05-22 16:27:29 -0400
commit1a73e178011d24ad2ef252dab7256d7c4fa94a64 (patch)
tree35990ad7f447fcebe8422aed4b66047f9fec2d29 /changes
parentfef65fa64341fb70df0e7b34d91d3b08a74e7aad (diff)
parent170e0df7417e78f7b689f3189e7a0b5b8dfd2722 (diff)
downloadtor-1a73e178011d24ad2ef252dab7256d7c4fa94a64.tar
tor-1a73e178011d24ad2ef252dab7256d7c4fa94a64.tar.gz
Merge remote-tracking branch 'andrea/bug11476'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug114765
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug11476 b/changes/bug11476
new file mode 100644
index 000000000..cb3d217cd
--- /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.