Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix(uucore): remove potential unsoundness in fsext#9677

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
xtqqczze wants to merge1 commit intouutils:main
base:main
Choose a base branch
Loading
fromxtqqczze:fsid

Conversation

@xtqqczze
Copy link
Contributor

No description provided.

@github-actions
Copy link

GNU testsuite comparison:

Skipping an intermittent issue tests/tail/inotify-dir-recreate (passes in this run but fails in the 'main' branch)

@xtqqczzextqqczze changed the titlefix(uucore) remove potential unsoundness in fsextfix(uucore): remove potential unsoundness in fsextDec 16, 2025
fnfsid(&self) ->u64{
// Use type inference to determine the type of f_fsid
// (libc::__fsid_t on Android, libc::fsid_t on other platforms)
let f_fsid:&[u32;2] =unsafe{&*(&rawconstself.f_fsidas*const[u32;2])};
Copy link
Contributor

Choose a reason for hiding this comment

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

Mind adding a comment here explaining why this is unsound and why the solution is sound to get a better understanding of what is being fixed?

sylvestre reacted with thumbs up emoji
@xtqqczzextqqczze marked this pull request as draftDecember 17, 2025 23:02
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

1 more reviewer

@ChrisDrydenChrisDrydenChrisDryden left review comments

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@xtqqczze@ChrisDryden

[8]ページ先頭

©2009-2025 Movatter.jp