From: Andrea Shepard Date: Fri, 16 May 2014 15:56:42 +0000 (-0700) Subject: Add changes file for bug11476 X-Git-Tag: tor-0.2.5.5-alpha~47^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3edd0406541d427a12c4e34d9380573929d0182;p=thirdparty%2Ftor.git Add changes file for bug11476 --- 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.