Skip to content

fix(wasix): fix cached dangling symlinks targets#6418

Draft
egor-achkasov wants to merge 2 commits intowasmerio:mainfrom
egor-achkasov:main
Draft

fix(wasix): fix cached dangling symlinks targets#6418
egor-achkasov wants to merge 2 commits intowasmerio:mainfrom
egor-achkasov:main

Conversation

@egor-achkasov
Copy link
Copy Markdown

Fixes os.path.exists returning True for a dangling symlink. When the symlink was found in the inode cache, the cache-hit path skipped following it, so the existence check never reached the target.

Fixes: #6406

@egor-achkasov egor-achkasov marked this pull request as draft April 9, 2026 11:39
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.

Dangling symlinks incorrectly report os.path.exists() == True under Wasmer

1 participant