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

Handle duplicates in negated character classes #5623

Merged

Conversation

anthony-chang
Copy link
Contributor

The fuzz tests in #5610 caught an edge case where we have duplicates within a negated character class.

javaPattern[4898]=[^\r\r], cudfPattern=[^\r\r], input='\n', cpu=true, gpu=false

This PR fixes this case.

Signed-off-by: Anthony Chang antchang@nvidia.com

Signed-off-by: Anthony Chang <antchang@nvidia.com>
@anthony-chang
Copy link
Contributor Author

build

@andygrove andygrove merged commit 01a4b3f into NVIDIA:branch-22.06 May 25, 2022
@sameerz sameerz added the bug Something isn't working label May 26, 2022
@sameerz sameerz added this to the May 23 - Jun 3 milestone May 26, 2022
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.

3 participants