[Python-checkins] cpython (2.7): add CVE and issue number

benjamin.peterson python-checkins at python.org
Sat Dec 5 03:24:30 EST 2015


https://hg.python.org/cpython/rev/b2d64aff7225
changeset:   99449:b2d64aff7225
branch:      2.7
parent:      99292:43208b0f2535
user:        Benjamin Peterson <benjamin at python.org>
date:        Sat Dec 05 00:17:57 2015 -0800
summary:
  add CVE and issue number

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


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1354,8 +1354,9 @@
 - Issue #21349: Passing a memoryview to _winreg.SetValueEx now correctly raises
   a TypeError where it previously crashed the interpreter. Patch by Brian Kearns
 
-- Fix arbitrary memory access in JSONDecoder.raw_decode with a negative second
-  parameter. Bug reported by Guido Vranken.
+- Issue #21529 (CVE-2014-4616): Fix arbitrary memory access in
+  JSONDecoder.raw_decode with a negative second parameter. Bug reported by Guido
+  Vranken.
 
 - Issue #21172: isinstance check relaxed from dict to collections.Mapping.
 

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


More information about the Python-checkins mailing list