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

Update s2e.asm to fix stack imbalance #91

Merged
merged 1 commit into from
Apr 14, 2024
Merged

Update s2e.asm to fix stack imbalance #91

merged 1 commit into from
Apr 14, 2024

Conversation

yype
Copy link
Contributor

@yype yype commented Apr 12, 2024

Hello there, I recently discovered that the i386 asm stub for S2ESetCpuLogLevel leads to an unbalanced stack. I figure I should bring it to your attention, although I'm not sure if this function is still actively being used. Thank you.

@vitalych
Copy link
Member

That API does not do anything, it's better to remove it from header files as well as from BaseInstructions.cpp.

Copy link
Member

@vitalych vitalych left a comment

Choose a reason for hiding this comment

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

See comment

@yype
Copy link
Contributor Author

yype commented Apr 13, 2024

That API does not do anything, it's better to remove it from header files as well as from BaseInstructions.cpp.

That makes sense. Removed as suggested.

@vitalych vitalych merged commit f395069 into S2E:master Apr 14, 2024
2 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