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 16:58:43 +0100
commit4ba5e63bfd5c290ebde962af87588d503f3796b0 (patch)
tree11d337237c60fccfeec90ef018480ccdb6086a5e /CHANGES
parent9330a85e0499f10752434c451977d65d80d8de19 (diff)
Fix double frees.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 87333bfcc9..bb03d196d0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,9 @@
Changes between 1.0.2 and 1.1.0 [xx XXX xxxx]
+ *) Fix some double frees. These are not thought to be exploitable.
+ [mancha <mancha1@zoho.com>]
+
*) A missing bounds check in the handling of the TLS heartbeat extension
can be used to reveal up to 64k of memory to a connected client or
server.