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

Replace strerror with strerror_r #4190

Open
armcknight opened this issue Jul 23, 2024 · 0 comments
Open

Replace strerror with strerror_r #4190

armcknight opened this issue Jul 23, 2024 · 0 comments

Comments

@armcknight
Copy link
Member

Description

strerror is not thread-safe. strerror_r is the replacement that guarantees thread safety. This could potentially be causing race conditions, and is used in ~40 places in the SDK so far.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant