-
Notifications
You must be signed in to change notification settings - Fork 18k
runtime: ctxt field scanned even if it is junk #7244
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
Labels
Milestone
Comments
(x86-centric for a moment) When a function takes a context, it gets passed in the register DX. When it doesn't take a context, DX contains some arbitrary junk. Morestack unconditionally saves DX to the ctxt field. It doesn't know if it is being called from a context-taking function or not. |
This issue was closed by revision c2dd33a. Status changed to Fixed. |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: