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

Force some more permission checks with 0-length writes #8822

Merged
merged 3 commits into from
Jun 17, 2024

Commits on Jun 17, 2024

  1. Force some more permission checks with 0-length writes

    When a 0-length write is performed try to send the write all the way to
    the underlying file descriptor to at least check that it's valid to
    write.
    
    Closes bytecodealliance#8818
    alexcrichton committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    ec9e220 View commit details
    Browse the repository at this point in the history
  2. Update crates/test-programs/src/bin/preview1_file_write.rs

    Co-authored-by: Trevor Elliott <awesomelyawesome@gmail.com>
    alexcrichton and elliottt committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    e80df1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d748d7 View commit details
    Browse the repository at this point in the history