Skip to content

Replace strerror with strerror_r #4190

@armcknight

Description

@armcknight

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.

Metadata

Metadata

Assignees

Projects

Status

Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions