Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Aug 7, 2025

When fs_stat() queries the root / mountpoint it should return its root i_node but instead it tries to return the parent i_node which does not exist. Fix this by checking if parent is set otherwise return the root i_node.

Backport 1dcf123 from #93764.

Fixes #94000

When fs_stat() queries the root / mountpoint it should return its root
i_node but instead it tries to return the parent i_node which does not
exist. Fix this by checking if parent is set otherwise return the root
i_node.

Fixes #94000.

Signed-off-by: Bas van Loon <[email protected]>
(cherry picked from commit 1dcf123)
@github-actions github-actions bot added the Backport Backport PR and backport failure issues label Aug 7, 2025
@github-project-automation github-project-automation bot moved this to To do in Backports Aug 7, 2025
@de-nordic de-nordic added the bug The issue is a bug, or the PR is fixing a bug label Aug 8, 2025
@de-nordic de-nordic added this to the v4.1.1 milestone Aug 8, 2025
@de-nordic de-nordic self-assigned this Aug 8, 2025
@de-nordic
Copy link
Contributor

FYI @bas-archembedded

@de-nordic de-nordic linked an issue Aug 8, 2025 that may be closed by this pull request
1 task
@github-actions
Copy link
Author

github-actions bot commented Oct 8, 2025

This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time.

@github-actions github-actions bot added the Stale label Oct 8, 2025
@github-actions github-actions bot closed this Oct 22, 2025
@github-project-automation github-project-automation bot moved this from To do to Done in Backports Oct 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Backport Backport PR and backport failure issues bug The issue is a bug, or the PR is fixing a bug Stale

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

EXT2 fs_stat on mount point fails with a NULL pointer dereference.

3 participants