]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] bpo-40944: Fix IndexError when parse emails with truncated Message-ID, address...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 23 Apr 2024 17:50:43 +0000 (19:50 +0200)
committerGitHub <noreply@github.com>
Tue, 23 Apr 2024 17:50:43 +0000 (20:50 +0300)
commit2eaf9ba9ceb4a9d1595b1413bf872db0a4978b13
tree2e8bd14cd8b7eb5d87ef01c738366565270665d0
parent4d34b7f201d9361493d3b2f726500a301fd28d32
[3.12] bpo-40944: Fix IndexError when parse emails with truncated Message-ID, address, routes, etc (GH-20790) (GH-117974)

(cherry picked from commit 1aa8bbe62f27b564cf15e2aad591c62744354a4e)

Co-authored-by: Ivan Savin <acccko@gmail.com>
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]