]> granicus.if.org Git - python/commit
bpo-33529, email: Fix infinite loop in email header encoding (GH-12020)
authorKrzysztof Wojcik <wojcikk2903@users.noreply.github.com>
Tue, 14 May 2019 16:55:23 +0000 (18:55 +0200)
committerVictor Stinner <vstinner@redhat.com>
Tue, 14 May 2019 16:55:23 +0000 (18:55 +0200)
commitc1f5667be1e3ec5871560c677402c1252c6018a6
tree199ab3f8a68ef855b41a086ce280faff1ca817bf
parent4d45a3b1107977baba9dce868e80d1d95bce4085
bpo-33529, email: Fix infinite loop in email header encoding (GH-12020)
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]