From a2e2b587c8efdd0e83ef2c911b92344d14a2f7fd Mon Sep 17 00:00:00 2001 From: "doko@ubuntu.com" Date: Fri, 3 Oct 2014 19:07:47 +0200 Subject: [PATCH] - Add CVE number for Issue #21831 --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index badf93d8c8..c8d616962a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -268,7 +268,7 @@ Core and Builtins overwrite the error set in PyObject_GetAttr. - Issue #21831: Avoid integer overflow when large sizes and offsets are given to - the buffer type. + the buffer type. CVE-2014-7185. - Issue #1856: Avoid crashes and lockups when daemon threads run while the interpreter is shutting down; instead, these threads are now killed when they -- 2.50.1