Skip to content

Conversation

@enthropy7
Copy link

@enthropy7 enthropy7 commented Jan 11, 2026

Implement fstat support for sockets, pipes, eventfd, epoll, and stdin/stdout/stderr file descriptors. Fixes scalar size mismatch error by using to_uint with scalar's own size instead of to_u32().

Fixes #4753

Implement fstat support for sockets, pipes, eventfd, epoll, and
stdin/stdout/stderr file descriptors. Fixes scalar size mismatch
error by using to_uint with scalar's own size instead of to_u32().

Fixes rust-lang#4753
@rustbot
Copy link
Collaborator

rustbot commented Jan 11, 2026

Thank you for contributing to Miri! A reviewer will take a look at your PR, typically within a week or two.
Please remember to not force-push to the PR branch except when you need to rebase due to a conflict or when the reviewer asks you for it.

@rustbot rustbot added the S-waiting-on-review Status: Waiting for a review to complete label Jan 11, 2026
@rustbot
Copy link
Collaborator

rustbot commented Jan 11, 2026

⚠️ Warning ⚠️

  • There are issue links (such as #123) in the commit messages of the following commits.
    Please move them to the PR description, to avoid spamming the issues with references to the commit, and so this bot can automatically canonicalize them to avoid issues with subtree.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-review Status: Waiting for a review to complete

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support fstat on non-file-backed FDs

2 participants