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

Sanitize patch inputs so that quotes are properly escaped #787

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

Conversation

robertmaynard
Copy link
Contributor

Description

Previously we failed to escape quotes inside our patches, which would cause lines like #include "file.h" to not be properly recorded.

Checklist

Previously we failed to escape quotes inside our patches, which
would cause lines like `#include "file.h"` to not be properly
recorded.
@robertmaynard robertmaynard requested a review from a team as a code owner February 27, 2025 22:19
@robertmaynard robertmaynard added bug Something isn't working non-breaking Introduces a non-breaking change 3 - Ready for Review Ready for review by team labels Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team bug Something isn't working non-breaking Introduces a non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants