]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33529, email: Fix infinite loop in email header encoding (GH-12020) (GH-14162)
authorVictor Stinner <vstinner@redhat.com>
Tue, 18 Jun 2019 00:13:58 +0000 (02:13 +0200)
committerNed Deily <nad@python.org>
Tue, 18 Jun 2019 00:13:57 +0000 (20:13 -0400)
commit516a6a254814d2bc6a90290dfc44d77fdfb4050b
treec8011e1b47da209cc7dd7424de1b23234f28ec0b
parentecafe8e42464b2c91a507fd26de06ce1203dd654
bpo-33529, email: Fix infinite loop in email header encoding (GH-12020) (GH-14162)

(cherry picked from commit c1f5667be1e3ec5871560c677402c1252c6018a6)
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]