aboutsummaryrefslogtreecommitdiff
path: root/changes/bug11476
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug11476')
-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.