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: test case ut_lind_fs_pwrite_to_directory #60

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

ChinmayShringi
Copy link
Contributor

Description

Fixes # (issue)

This change addresses an issue where writing to a directory using pwrite was expected to return EISDIR, but instead returned EBADF. The test has been updated to correctly reflect the expected behavior when attempting to write to a directory, which should return EBADF, as directories cannot be written to using file descriptors.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

  • cargo test ut_lind_fs_pwrite_to_directory

Checklist:

  • My code follows the style guidelines of this project.
  • I have commented my code, particularly in hard-to-understand areas.
  • My changes generate no new warnings.
  • I have added tests that prove my fix is effective or that my feature works.
  • Any dependent changes have been added to a pull request and/or merged in other modules (native-client, lind-glibc, lind-project).

Copy link
Member

@Yaxuan-w Yaxuan-w left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@Yaxuan-w Yaxuan-w merged commit 27d6a64 into main Oct 23, 2024
1 check failed
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.

2 participants