From: doko@ubuntu.com Date: Fri, 3 Oct 2014 17:07:47 +0000 (+0200) Subject: - Add CVE number for Issue #21831 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2e2b587c8efdd0e83ef2c911b92344d14a2f7fd;p=python - Add CVE number for Issue #21831 --- 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