From e763a91f6ab5c21c94d69f4b6a708542b7db69ab Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 30 Sep 2013 16:45:40 -0400 Subject: [PATCH] Fix typo in NEWS file. --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index b9d7746e999..7a14b10da6a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -17,7 +17,7 @@ Library limiting the call to readline(). Original patch by Christian Heimes. - Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to - prevent readline() calls from consuming too much member. Patch by Jyrki + prevent readline() calls from consuming too much memory. Patch by Jyrki Pulliainen. - Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to