]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs read out of bounds...
authorMasayuki Moriyama <masayuki.moriyama@miraclelinux.com>
Mon, 6 Nov 2023 10:59:22 +0000 (19:59 +0900)
committerGitHub <noreply@github.com>
Mon, 6 Nov 2023 10:59:22 +0000 (19:59 +0900)
commitc8faa3568afd255708096f6aa8df0afa80cf7697
tree72c7a9058b406edf1ee2c3d5c05017c57d0a7074
parentba8aa1fd3735aa3dd13a36ad8f059a422d25ff37
gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs read out of bounds (gh-111695)
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