Skip to content

Fix FUSE capability flags set during initialization.#116

Open
abacabadabacaba wants to merge 1 commit intolibimobiledevice:masterfrom
abacabadabacaba:fix-data-corruption
Open

Fix FUSE capability flags set during initialization.#116
abacabadabacaba wants to merge 1 commit intolibimobiledevice:masterfrom
abacabadabacaba:fix-data-corruption

Conversation

@abacabadabacaba
Copy link

The intent behind the line "conn->want &= FUSE_CAP_ASYNC_READ;" was likely to clear the FUSE_CAP_ASYNC_READ flag, but it actually clears all the other flags instead. This commit changes it to clear only that flag.

Fixes #107

The intent behind the line "conn->want &= FUSE_CAP_ASYNC_READ;" was likely to clear the FUSE_CAP_ASYNC_READ flag, but it actually clears all the other flags instead. This commit changes it to clear only that flag.

Fixes libimobiledevice#107
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

Successfully merging this pull request may close these issues.

small fraction of data is corrupted when reading files

1 participant