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

Fix golang + linux + fstat #2259

Merged
merged 4 commits into from
Feb 22, 2024
Merged

Fix golang + linux + fstat #2259

merged 4 commits into from
Feb 22, 2024

Conversation

aviramha
Copy link
Member

@aviramha aviramha commented Feb 22, 2024

add replace_with_fallback to use when functions might not be available in Go hook context [specifically, fstat]

Fix Go calling fstat syscall when it's not hooked (for some reason?)
Closes #2254

@aviramha aviramha changed the title add replace_with_fallback to use when functions might not be availabl Fix golang + linux + fstat Feb 22, 2024
Copy link
Member

@meowjesty meowjesty left a comment

Choose a reason for hiding this comment

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

:goberserk:

mirrord/layer/src/macros.rs Outdated Show resolved Hide resolved
mirrord/layer/src/file/hooks.rs Show resolved Hide resolved
@aviramha aviramha added this pull request to the merge queue Feb 22, 2024
Merged via the queue into main with commit 2e8f94c Feb 22, 2024
30 of 32 checks passed
@aviramha aviramha deleted the fix_deref branch February 22, 2024 16:24
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.

go application mirroring failed with error
2 participants