We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Data races among the following shared variables and functions.
The text was updated successfully, but these errors were encountered:
Thanks for the feedback!
sodium_init should be invoked only once, at the initial point. No worries.
sodium_init
sodium_misuse might encounter data races amongst multiple threads. I suggest the invoker threads to use locks.
sodium_misuse
May I know the tools you used to detect the data race conditions?
Sorry, something went wrong.
No branches or pull requests
Data races among the following shared variables and functions.
The text was updated successfully, but these errors were encountered: