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

Avoid strcmp with NULL pointers in _a_match #23

Conversation

bong1991
Copy link

@bong1991 bong1991 commented Jan 8, 2020

Hey!
In some circumstances, the strings to compare in _a_match are NULL pointers. In order to avoid the application to crash, I added a check to confirm the validity of the string pointers.

Best Regards
Thomas

@troglobit
Copy link
Owner

Awesome find, thank you! :)

@troglobit troglobit merged commit 9c57f01 into troglobit:master Jan 8, 2020
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.

2 participants