Strings allocations checks
Open
- Dominant language
- C
- Stars
- 4k
- Forks
- 1.7k
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 237
Description
The various internal tools, under the `tools/` directory, make use of `strdup()` and `asprintf()`.
These calls are not always checked for success.
The `tools/` directory shall be scanned for all uses of `strdup()` and `asprintf()`.
Error checking shall be added to all cases that these functions are used.
Contributor guide
Assessment
This issue has not been assessed yet.