]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs read out...
authorŁukasz Langa <lukasz@langa.pl>
Mon, 6 Nov 2023 17:45:08 +0000 (18:45 +0100)
committerGitHub <noreply@github.com>
Mon, 6 Nov 2023 17:45:08 +0000 (18:45 +0100)
commitc1c6bedfd3ee66ad208e0cd9cdd732374c95b83d
treef0be10d5934ea02c92aac5d4b248259150341283
parentedf701c4d83f399bff8612c34fef95da7663945e
[3.8] gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs read out of bounds (gh-111695) (gh-111781)

(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