Skip to content

Conversation

@PaulZC
Copy link
Contributor

@PaulZC PaulZC commented Nov 4, 2025

Replace strtok with strtok_r :

  • strtok is not thread-safe: see the Health Warning in the comments

I haven't seen any evidence that strtok is being called from within an existing strtok loop - by either a sub-function or a task. But it would be difficult to spot.

@PaulZC PaulZC requested a review from nseidle November 4, 2025 08:40
@nseidle nseidle merged commit 729592c into release_candidate Nov 4, 2025
@PaulZC PaulZC deleted the pcUpdates_Replace_strtok branch November 5, 2025 07:58
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