Skip to content

Commit

Permalink
Merge #709
Browse files Browse the repository at this point in the history
709: Change alignment of virtiofs structs to be based on the first field. r=mkroening a=joannejchen

Alignment of the virtiofs struct was previously based on the alignment of the largest field in fuse_in_header/fuse_out_header. Switched to explicitly align on u32, the type of the first field in the header.

Fixes #691

Co-authored-by: joannejchen <[email protected]>
  • Loading branch information
bors[bot] and joannejchen authored Apr 19, 2023
2 parents 05fd31d + d8745ad commit df7483d
Showing 1 changed file with 198 additions and 36 deletions.
Loading

0 comments on commit df7483d

Please sign in to comment.