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

Fix path escaping #142

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix path escaping #142

wants to merge 1 commit into from

Conversation

btuin
Copy link

@btuin btuin commented Oct 15, 2022

The way quickrun fills the templates is problematic: paths are misinterpreted by the shell if they contain white spaces or special characters, and the flags can interfere with each other if the replacement data contains a percent.

This should fix the issue by quoting the relevant arguments and by using the function format-spec.

I tested the changes with a C++ file, but I did not do extensive tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant