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

Added push and pop validation in synchronized block #378

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

kushCT
Copy link
Contributor

@kushCT kushCT commented Oct 29, 2024

What Where/Who
JIRA Issue SDK-4102
People Involved @akashvercetti @kushCT

Background

Some clients are facing crashes in their application from the CTValidator class. The issue might be due to accessing invalid memory while the validations results are been added to the stack or been removed. To avoid this, we have added them in synchronized blocks

Implementation

  • Updated CTValidator class with synchronized blocks while pushing and popping Validation results.

Testing steps

Manual.

Is this change backwards-compatible?

No.

@akashvercetti akashvercetti merged commit 4958189 into develop Nov 20, 2024
1 of 3 checks passed
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