gcc 6.3.0 produces a warning that may be a potential bug
Open
- Dominant language
- C
- Stars
- 24
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
src/parse_config.c: In function 'populate_default_config':
src/parse_config.c:174:18: warning: '__s' may be used uninitialized in this function [-Wmaybe-uninitialized]
pos = token + strlen(subtoken) + 1;
^~~~~~~~~~~~~~~~
src/parse_config.c:151:12: note: '__s' was declared here
static int cpuset_to_bitmap(char *buf, cpu_set_t *cpumask)
^~~~~~~~~~~~~~~~
Contributor guide
Assessment
This issue has not been assessed yet.