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

Adjust Stack Split/Merge Handling #1902

Merged
merged 2 commits into from
May 16, 2019

Conversation

LtRipley36706
Copy link
Member

No description provided.

@LtRipley36706 LtRipley36706 merged commit 62ddb3c into ACEmulator:master May 16, 2019
Mag-nus added a commit to Mag-nus/ACE that referenced this pull request May 20, 2019
Switch back to int to avoid the type casting.

We now check to see if amount is <= 0 instead of just == 0 to avoid packet crafting exploits.

The additional messages remain.

A new logging message has been added for <= 0 events detected.
@LtRipley36706 LtRipley36706 deleted the stackissue branch May 20, 2019 16:46
Mag-nus added a commit that referenced this pull request May 27, 2019
* Partial #1902 Revert

Switch back to int to avoid the type casting.

We now check to see if amount is <= 0 instead of just == 0 to avoid packet crafting exploits.

The additional messages remain.

A new logging message has been added for <= 0 events detected.

* Another == 0 check changed to<= 0

* Stack adjustment validation

* misc cleanup
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.

None yet

2 participants