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

init_in has wrong size #1

Open
hanwen opened this issue Sep 9, 2023 · 0 comments
Open

init_in has wrong size #1

hanwen opened this issue Sep 9, 2023 · 0 comments

Comments

@hanwen
Copy link

hanwen commented Sep 9, 2023

compare https://github.com/libfuse/libfuse/blob/master/include/fuse_kernel.h#L799
and https://github.com/uroni/fuseuring/blob/master/fuse_kernel.h#L635

my kernel sends 104 bytes on init, not 56. The check

  if(init_in->header.len!=sizeof(InitInMsg))

should be relaxed a bit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant