diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-12-05 08:27:11 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-12-05 08:27:11 (GMT) |
commit | 14b2c82855c4289593f10165be576fde3119f77d (patch) | |
tree | e2748e4759fb5194bd057dbd39b36f9f0e5205aa | |
parent | 2deaea31194a8441bf5b7060f65d405c9e0584ce (diff) | |
download | cpython-14b2c82855c4289593f10165be576fde3119f77d.zip cpython-14b2c82855c4289593f10165be576fde3119f77d.tar.gz cpython-14b2c82855c4289593f10165be576fde3119f77d.tar.bz2 |
fix reordering
-rw-r--r-- | Misc/NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -47,10 +47,6 @@ Library - Issue #23365: Fixed possible integer overflow in itertools.combinations_with_replacement. -- Issue #21529 (CVE-2014-4616): Fix arbitrary memory access in - JSONDecoder.raw_decode with a negative second parameter. Bug reported by Guido - Vranken. - C API ----- @@ -123,6 +119,10 @@ Library - Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, broken by the fix for security issue #19435. Patch by Zach Byrne. +- Issue #21529 (CVE-2014-4616): Fix arbitrary memory access in + JSONDecoder.raw_decode with a negative second parameter. Bug reported by Guido + Vranken. + Tests ----- |