summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2014-04-22 12:38:26 +0100
committerBen Laurie <ben@links.org>2014-04-22 17:00:52 +0100
commit3b21abfd6c985dc04415893c8ec287676cbd5b5d (patch)
tree5e460a6f2f82dc8c148d0804efe631c13fce6d3c /CHANGES
parent5aeb43393be459b8621fc4710135d5206e0961a7 (diff)
Fix double frees.
Conflicts: CHANGES
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c63fa17b9d..d9205e53b2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,9 @@
Changes between 1.0.1g and 1.0.2 [xx XXX xxxx]
+ *) Fix some double frees. These are not thought to be exploitable.
+ [mancha <mancha1@zoho.com>]
+
*) Use algorithm specific chains in SSL_CTX_use_certificate_chain_file():
this fixes a limiation in previous versions of OpenSSL.
[Steve Henson]