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

Panic if PathBuf::set_extension would add a path separator #125070

Merged
merged 1 commit into from
May 26, 2024

Commits on May 13, 2024

  1. Panic if PathBuf::set_extension would add a path separator

    This is likely never intended and potentially a security vulnerability
    if it happens.
    
    I'd guess that it's mostly literal strings that are passed to this
    function in practice, so I'm guessing this doesn't break anyone.
    
    CC rust-lang#125060
    tbu- committed May 13, 2024
    Configuration menu
    Copy the full SHA
    700b3ea View commit details
    Browse the repository at this point in the history