Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tmpfs_create(): add missing initialization of return value #2009

Merged
merged 1 commit into from
Mar 12, 2024

Commits on Mar 12, 2024

  1. tmpfs_create(): add missing initialization of return value

    The `fss` variable, which contains the return value of the
    tmpfs_create() function, is not being initialized when creating
    non-regular files. This issue is detected by the clang compiler
    with "error: variable 'fss' is used uninitialized whenever 'if'
    condition is false".
    francescolavra committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    8a66481 View commit details
    Browse the repository at this point in the history