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

i#7162 div sample: Ensure clean call opnd reg is ptr sized #7164

Merged
merged 3 commits into from
Dec 21, 2024

Conversation

abhinav92003
Copy link
Contributor

@abhinav92003 abhinav92003 commented Dec 20, 2024

Fixes the div sample client to ensure that the opnd reg passed to dr_insert_clean_call is pointer sized.

This showed up as a CLIENT_ASSERT crash on an AArch64 machine when the div client was run on suite/tests/bin/simple_app. On affected environments, it did show up on the sample.div test also.

Fixes: #7162

Fixes the div sample client to ensure that the opnd reg passed to dr_insert_clean_call is pointer sized.

This showed up as a CLIENT_ASSERT crash on an AArch64 machine when the div client was run on suite/tests/bin/simple_app.

Fixes: #7162
@abhinav92003 abhinav92003 changed the title i#7162 div sample: Ensure opnd reg is ptr sized i#7162 div sample: Ensure clean call opnd reg is ptr sized Dec 21, 2024
@abhinav92003 abhinav92003 merged commit fa2eaa8 into master Dec 21, 2024
17 checks passed
@abhinav92003 abhinav92003 deleted the i7162-fix-div-sample branch December 21, 2024 02:07
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.

div sample failed on aarch64 machine(11.1.0)
2 participants