From: doko@ubuntu.com Date: Fri, 3 Oct 2014 17:07:47 +0000 (+0200) Subject: - Add CVE number for Issue #21831 X-Git-Tag: v2.7.9rc1~170 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a2e2b587c8efdd0e83ef2c911b92344d14a2f7fd;p=thirdparty%2FPython%2Fcpython.git - Add CVE number for Issue #21831 --- diff --git a/Misc/NEWS b/Misc/NEWS index badf93d8c8d7..c8d616962a42 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