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

IsDomainName: check for escape as last character #1532

Merged
merged 1 commit into from
Feb 15, 2024
Merged

Commits on Jan 21, 2024

  1. IsDomainName: check for escape as last character

    Keep track if the escape, if still true when returning isDomainName
    should return false.
    
    TODO:
    - Should still be done in packDomainName as well.
    - And that should be tested
    - Some tests now fail
    
    There are multiple other places that supposedly also check for this, but
    they are not called in the parsing.
    
    Fixes: #1528
    
    Signed-off-by: Miek Gieben <miek@miek.nl>
    miekg committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    04233ed View commit details
    Browse the repository at this point in the history