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

Synchronize usage of Cipher #1176

Merged
merged 5 commits into from
May 30, 2023
Merged

Conversation

bemusementpark
Copy link

@bemusementpark bemusementpark commented May 5, 2023

Some Samsung and Huawei devices appear to have a non-thread-safe implementation of Cipher, causing crashes.

This PR adds synchronization to all usages of Cipher, a previous PR only added Cipher synchronization to the one point where we were seeing crashes.

Similar issue: iamMehedi/Secured-Preference-Store#17

Fixed here: mozilla-mobile/android-components#5796

@bemusementpark bemusementpark requested a review from hjubb May 5, 2023 03:05
@mpretty-cyro mpretty-cyro merged commit 10af281 into oxen-io:dev May 30, 2023
@bemusementpark bemusementpark deleted the sync-everything branch May 30, 2023 02:27
@mpretty-cyro mpretty-cyro mentioned this pull request Jun 5, 2023
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