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 incorrect mmap args #42

Merged
merged 1 commit into from
Jul 7, 2024
Merged

Fix incorrect mmap args #42

merged 1 commit into from
Jul 7, 2024

Conversation

MichaelMorrisEst
Copy link
Contributor

'addr' argument to the 'mmap' system call is incorrect which can cause the re-mapped area to end up in a different incorrect place, see chaos-mesh/chaos-mesh#3680 (comment)

Signed-off-by: MichaelMorris <[email protected]>
Copy link
Member

@YangKeao YangKeao left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@MichaelMorrisEst
Copy link
Contributor Author

Thanks for the review @YangKeao . Is there anything further needed to get this merged? Please let me know if anything further needed from my side. Thanks

@YangKeao
Copy link
Member

YangKeao commented Jul 7, 2024

I'll merge it directly, as the CI failing is caused by a test-only issue (ref #43)

@YangKeao YangKeao merged commit 4bc8404 into chaos-mesh:master Jul 7, 2024
2 of 4 checks passed
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.

2 participants