DiamondLightSource / DiamondLightSource/ppmac_read_csv
Make it thread-safe
Open
- Dominant language
- C
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Substitute `strtok()` for `strtok_r()`, making the application thread-safe.
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the C source that calls strtok() and inspect how CSV parsing state is handled. Check the platform's strtok_r() availability and run the existing build or tests; done means parsing still works correctly when used from multiple threads.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- embedded-iot
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100