Add changes file for bug11476

This commit is contained in:
Andrea Shepard
2014-05-16 08:56:42 -07:00
parent f7a55bc4b4
commit b3edd04065
+5
View File
@@ -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.