RossComputerGuy/stardustos

View on GitHub
newland/src/fs/procfs.c

Summary

Maintainability
Test Coverage

%lu in format string (no. 1) requires unsigned long but the argument type is size_t {aka unsigned long}.
Wontfix

            snprintf(name, NAME_MAX, "%lu", index);
Severity: Minor
Found in newland/src/fs/procfs.c by cppcheck

%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

        // TODO: add /self symlink
Severity: Minor
Found in newland/src/fs/procfs.c by fixme

There are no issues that match your filters.

Category
Status