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

fixup: smart: uninitialized buffer on mount(2) #9636

Merged
merged 1 commit into from
Nov 12, 2024

Commits on Nov 11, 2024

  1. fixup: smart: uninitialized buffer on mount(2)

    The `struct stat` object used inside mount(2) is uninitialized, which
    can lead to undefined behavior during running
    
    Changes:
    - Set zero to buffer before calling to stat()
    
    Signed-off-by: Shell <[email protected]>
    polarvid committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    ddd0b9c View commit details
    Browse the repository at this point in the history