]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add changes file for bug11476
authorAndrea Shepard <andrea@torproject.org>
Fri, 16 May 2014 15:56:42 +0000 (08:56 -0700)
committerAndrea Shepard <andrea@torproject.org>
Fri, 16 May 2014 15:56:42 +0000 (08:56 -0700)
changes/bug11476 [new file with mode: 0644]

diff --git a/changes/bug11476 b/changes/bug11476
new file mode 100644 (file)
index 0000000..cb3d217
--- /dev/null
@@ -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.