]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40944: Fix IndexError when parse emails with truncated Message-ID, address, route...
authorIvan Savin <acccko@gmail.com>
Wed, 17 Apr 2024 10:14:22 +0000 (14:14 +0400)
committerGitHub <noreply@github.com>
Wed, 17 Apr 2024 10:14:22 +0000 (10:14 +0000)
commit1aa8bbe62f27b564cf15e2aad591c62744354a4e
tree2605acdb0e682590897d219352efb582ba72f035
parent147cd0581e35a10204776029aeaa7fa1901056bc
bpo-40944: Fix IndexError when parse emails with truncated Message-ID, address, routes, etc (GH-20790)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/email/_header_value_parser.py
Lib/test/test_email/test__header_value_parser.py
Misc/NEWS.d/next/Library/2020-06-10-19-24-17.bpo-40943.vjiiN_.rst [new file with mode: 0644]