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

[5.10] Add logic to split command line arguments on Windows #1043

Merged

Commits on Feb 1, 2024

  1. Add logic to split command line arguments on Windows

    Previously, we were splitting command line arguments on Windows using the same rules as on Unix, which was incorrect, most importantly because backslashes in the first component of a Windows command line invocation are not escaping anything but interpreted verbatim.
    
    Fixes apple#1020
    rdar://120809063
    ahoppen committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    73266b5 View commit details
    Browse the repository at this point in the history