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] match validation bugs #80

Merged
merged 1 commit into from
Aug 21, 2023
Merged

[FIX] match validation bugs #80

merged 1 commit into from
Aug 21, 2023

Conversation

bim-g
Copy link
Collaborator

@bim-g bim-g commented Aug 21, 2023

the strlen calculation is the reason that match validation has some issue because in case the new string has the same size it will make all the operation true while it's not the case.

the strlen calculation is the reason that match validation has some issue because in case the new string has the same size it will make all the operation true while it's not the case.
@bim-g bim-g self-assigned this Aug 21, 2023
@bim-g bim-g added the bug Something isn't working label Aug 21, 2023
@bim-g bim-g added this to the wepesi_validation milestone Aug 21, 2023
@bim-g bim-g linked an issue Aug 21, 2023 that may be closed by this pull request
Copy link
Collaborator Author

@bim-g bim-g left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice

@bim-g bim-g merged commit fb248dd into master Aug 21, 2023
@bim-g bim-g deleted the bim-g-patch-1 branch August 21, 2023 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Match does not work properly
1 participant