diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-12-05 08:24:10 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-12-05 08:24:10 (GMT) |
commit | 608916af240a92d4cd4fe9793e7449cc1f96c9cd (patch) | |
tree | 97dfd92e164c48bfb9289ba4e220a72a1da7393d /Misc | |
parent | 6dece97768c4cde32a42ac12b0195bf6f9073578 (diff) | |
parent | c98bbd52896140821414d412949e9540b75a5371 (diff) | |
download | cpython-608916af240a92d4cd4fe9793e7449cc1f96c9cd.zip cpython-608916af240a92d4cd4fe9793e7449cc1f96c9cd.tar.gz cpython-608916af240a92d4cd4fe9793e7449cc1f96c9cd.tar.bz2 |
merge 3.5
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -3483,8 +3483,9 @@ Library - Issue #20968: unittest.mock.MagicMock now supports division. Patch by Johannes Baiter. -- 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 #21169: getpass now handles non-ascii characters that the input stream encoding cannot encode by re-encoding using the |