diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-11-06 11:31:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-06 11:31:58 (GMT) |
commit | c4e524c3f25bb9b58427b0eb58d24989d81a2663 (patch) | |
tree | 0cd848288264b6f772c037fcee9aace41c11fd7a /Misc/NEWS.d | |
parent | e0c2bf46729d763ea2354b7e4aaecbba581b0512 (diff) | |
download | cpython-c4e524c3f25bb9b58427b0eb58d24989d81a2663.zip cpython-c4e524c3f25bb9b58427b0eb58d24989d81a2663.tar.gz cpython-c4e524c3f25bb9b58427b0eb58d24989d81a2663.tar.bz2 |
[3.12] gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs read out of bounds (gh-111695) (gh-111769)
gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs read out of bounds (gh-111695)
(cherry picked from commit c8faa3568afd255708096f6aa8df0afa80cf7697)
Co-authored-by: Masayuki Moriyama <masayuki.moriyama@miraclelinux.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2023-10-27-19-38-33.gh-issue-102388.vd5YUZ.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-10-27-19-38-33.gh-issue-102388.vd5YUZ.rst b/Misc/NEWS.d/next/Core and Builtins/2023-10-27-19-38-33.gh-issue-102388.vd5YUZ.rst new file mode 100644 index 0000000..268a3d3 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2023-10-27-19-38-33.gh-issue-102388.vd5YUZ.rst @@ -0,0 +1 @@ +Fix a bug where ``iso2022_jp_3`` and ``iso2022_jp_2004`` codecs read out of bounds |