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

composefs: Ensure buffer is suitably aligned for struct fsverity_digest #3340

Merged
merged 1 commit into from
Nov 14, 2024

Commits on Nov 14, 2024

  1. composefs: Ensure buffer is suitably aligned for struct fsverity_digest

    struct fsverity_digest starts with a __u16, so it will normally require
    16-bit alignment, which is not guaranteed for a char array.
    
    Resolves: ostreedev#3339
    Signed-off-by: Simon McVittie <[email protected]>
    smcv committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    67ed2ac View commit details
    Browse the repository at this point in the history