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 seek when file is in append mode #4681

Closed
linear bot opened this issue May 14, 2024 · 0 comments
Closed

Fix seek when file is in append mode #4681

linear bot opened this issue May 14, 2024 · 0 comments
Labels
priority-high High priority issue

Comments

@linear
Copy link

linear bot commented May 14, 2024

The file offset is stored both in wasix, and in virtual-fs so like timestamps, these values can diverge causing misbehavior in programs that rely on the file offset.

@syrusakbary syrusakbary added the priority-high High priority issue label May 14, 2024
@maminrayej maminrayej changed the title Out of sync file offset between wasix and virtual-fs Fix seek when file is in append mode May 14, 2024
@linear linear bot closed this as completed May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority-high High priority issue
Projects
None yet
Development

No branches or pull requests

1 participant