sprintf deprecated
Open
- Dominant language
- C++
- Stars
- 145
- Forks
- 151
- PR merge metrics
- No merged PRs in 30d
Description
"Use snprintf if available as some compilers (clang 14.0) issue deprecation warnings for sprintf"
```
libs/process/src/pid.cpp: sprintf(buffer, "/proc/%d/stat", pid);
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.