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

various bugfix without pr #26

Open
Alkaid-Benetnash opened this issue Jan 8, 2019 · 5 comments
Open

various bugfix without pr #26

Alkaid-Benetnash opened this issue Jan 8, 2019 · 5 comments

Comments

@Alkaid-Benetnash
Copy link

should use function parameter instead of file descriptor's offset field
please see this commit

@Alkaid-Benetnash Alkaid-Benetnash changed the title bugs in mlfs_file_read_offset a bug in libfs/src/filesystem/file.c:mlfs_file_read_offset Jan 8, 2019
@Alkaid-Benetnash Alkaid-Benetnash changed the title a bug in libfs/src/filesystem/file.c:mlfs_file_read_offset various bugfix without pr Jan 15, 2019
@iangneal
Copy link
Contributor

ftruncate bug due to bad end block calculation.
Can be tested in libfs/tests/ftrunc_test. Notably, the old way had a bug if the file size was less than 4k and a truncate to 0 was specified. This fixes that

@iangneal
Copy link
Contributor

unlink bug fix

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

2 participants