newland/src/fs/procfs.c
%lu in format string (no. 1) requires unsigned long
but the argument type is size_t {aka unsigned long}
. Wontfix
Wontfix
snprintf(name, NAME_MAX, "%lu", index);
- Read upRead up
- Exclude checks
%lu in format string (no. 1) requires unsigned long
but the argument type is size_t {aka unsigned long}
. (detailed CWE explanation)
TODO found Open
Open
// TODO: add /self symlink
- Exclude checks