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

Sanity checks for ctype functions #342

Merged
merged 4 commits into from
Nov 18, 2023

Conversation

addisoncrump
Copy link
Contributor

This addresses some rare crash conditions where PCRE2_UCHAR is larger than unsigned char. Additionally, ensures that arguments to ctype functions are not sign-extended.

@PhilipHazel PhilipHazel merged commit 9783ca9 into PCRE2Project:master Nov 18, 2023
@carenas
Copy link
Contributor

carenas commented Nov 18, 2023

unless strictly needed, and since we follow a very linear development process (code was originally maintained in subversion) it is usually better to squash all commits together; specially when they have issues that are fixed later in the series.

@addisoncrump
Copy link
Contributor Author

Sure 🙂 I'll remember to squash the commits next time.

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

Successfully merging this pull request may close these issues.

3 participants