From 5e93e5fc377ebc8bc30ffac1fa20a04cb25459eb Mon Sep 17 00:00:00 2001 From: klemens Date: Fri, 5 Aug 2016 21:36:29 +0200 Subject: [PATCH] fixing too optimistic typo-fix Reviewed-by: Matt Caswell Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/1413) --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index f83fc2d555..d3c04a9763 100644 --- a/CHANGES +++ b/CHANGES @@ -2211,7 +2211,7 @@ *) An attacker can force an error condition which causes openssl to crash whilst processing DTLS packets due to memory being freed twice. This can be exploited through a Denial of Service attack. - Thanks to Adam Langley and Wan-The Chang for discovering and researching + Thanks to Adam Langley and Wan-Teh Chang for discovering and researching this issue. (CVE-2014-3505) [Adam Langley] -- GitLab