Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.8] bpo-38708: email: Fix a potential IndexError when parsing Message-ID (GH-17504) #17515

Merged
merged 1 commit into from Dec 9, 2019

Commits on Dec 9, 2019

  1. bpo-38708: email: Fix a potential IndexError when parsing Message-ID (p…

    …ythonGH-17504)
    
    Fix a potential IndexError when passing an empty value to the message-id
    parser. Instead, HeaderParseError should be raised.
    (cherry picked from commit 3ae4ea1)
    
    Co-authored-by: Abhilash Raj <maxking@users.noreply.github.com>
    maxking authored and miss-islington committed Dec 9, 2019
    Copy the full SHA
    3a6e8a6 View commit details
    Browse the repository at this point in the history