]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33529, email: Fix infinite loop in email header encoding (GH-12020) (GH-13321)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 14 May 2019 20:12:46 +0000 (13:12 -0700)
committerVictor Stinner <vstinner@redhat.com>
Tue, 14 May 2019 20:12:46 +0000 (22:12 +0200)
commit2fef5b01e36a17e36fd7e65c4b51f5ede8880dda
tree8ede0230a5bbec3e4bbf5d0bc78f492d82dfa37a
parent822683238c36e15f59d289075917ff7dedb5f4e6
bpo-33529, email: Fix infinite loop in email header encoding (GH-12020) (GH-13321)

(cherry picked from commit c1f5667be1e3ec5871560c677402c1252c6018a6)

Co-authored-by: Krzysztof Wojcik <wojcikk2903@users.noreply.github.com>
Lib/email/_header_value_parser.py
Lib/test/test_email/test_headerregistry.py
Lib/test/test_email/test_policy.py
Misc/NEWS.d/next/Security/2019-02-24-18-48-16.bpo-33529.wpNNBD.rst [new file with mode: 0644]