Summary
Use reentrant library functions, if available
Metadata
- Id: c9c1609c38dee52696c7d63c797412540ce96685
- Trac id: 1541
- Type: defect
- Reporter: felix
- Owner:
- Cc:
- Status: new
- Component: core libraries
- Estimated difficulty: medium
- Resolution:
- Priority: minor
- Milestone: someday
- Version: 5.0.0
- Changetime: 2018-10-01 10:54:12 UTC
- Created: 2018-10-01 10:54:12 UTC
- Keywords:
Description
Use reentrant C library functions, if possible (like `strerror_r`), where available. Figuring out what is available where is the hard part.