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

Fix read/write syscalls to continue reading if result is less than expected #54

Merged
merged 1 commit into from
Aug 23, 2023

Conversation

geky
Copy link
Member

@geky geky commented Aug 22, 2023

As noted by @lucckb, read and write may return less data the requested for any reason. This changes the read/write calls in lfs_fuse_bd.c to continue reading/writing.

Found and original fix (#27) proposed by @lucckb.

Should fix_: #26
Should supersede: #27

@geky geky merged commit c4d7776 into devel Aug 23, 2023
4 checks passed
@geky geky added this to the v2.7 milestone Aug 23, 2023
@geky geky mentioned this pull request Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant