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

ppc64le: Crash when livepatching function with more than 8 parameters #217

Open
giulianobelinassi opened this issue Oct 23, 2024 · 0 comments
Labels
bug Something isn't working critical Has to be fixed/implemented in order to work as intended

Comments

@giulianobelinassi
Copy link
Collaborator

On ppc64le, since we build a stack frame on the livepatch prologue, parameters passed on the stack are corrupted and the new function accesses garbage. This happens when you call a function with more than 8 parameters, and perhaps structs passed by value.

@giulianobelinassi giulianobelinassi added bug Something isn't working critical Has to be fixed/implemented in order to work as intended labels Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working critical Has to be fixed/implemented in order to work as intended
Projects
None yet
Development

No branches or pull requests

1 participant