]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs read out...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 6 Nov 2023 11:31:58 +0000 (12:31 +0100)
committerGitHub <noreply@github.com>
Mon, 6 Nov 2023 11:31:58 +0000 (11:31 +0000)
commitc4e524c3f25bb9b58427b0eb58d24989d81a2663
tree0cd848288264b6f772c037fcee9aace41c11fd7a
parente0c2bf46729d763ea2354b7e4aaecbba581b0512
[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>
Lib/test/test_codecencodings_iso2022.py
Misc/NEWS.d/next/Core and Builtins/2023-10-27-19-38-33.gh-issue-102388.vd5YUZ.rst [new file with mode: 0644]
Modules/cjkcodecs/_codecs_iso2022.c