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

fuse: fix copied bytes overflow #5565

Merged
merged 1 commit into from
Jan 16, 2025
Merged

fuse: fix copied bytes overflow #5565

merged 1 commit into from
Jan 16, 2025

Conversation

davies
Copy link
Contributor

@davies davies commented Jan 16, 2025

The written bytes of copy_file_range in FUSE must be 32 bits, but the requested size is 64 bites, which could be overflow.

@davies davies requested a review from SandyXSD January 16, 2025 08:29
@SandyXSD SandyXSD merged commit ba55682 into main Jan 16, 2025
35 checks passed
@SandyXSD SandyXSD deleted the copy_overflow branch January 16, 2025 08:54
zhoucheng361 added a commit that referenced this pull request Jan 16, 2025
jiefenghuang pushed a commit that referenced this pull request Jan 20, 2025
jiefenghuang pushed a commit that referenced this pull request Jan 20, 2025
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.

2 participants