[Python-checkins] cpython (2.7): - Add CVE number for Issue #21831

matthias.klose python-checkins at python.org
Fri Oct 3 19:09:08 CEST 2014


https://hg.python.org/cpython/rev/5ef28c22dc24
changeset:   92775:5ef28c22dc24
branch:      2.7
parent:      92771:18c40112122b
user:        doko at ubuntu.com
date:        Fri Oct 03 19:07:47 2014 +0200
summary:
   - Add CVE number for Issue #21831

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -268,7 +268,7 @@
   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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list