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

Fixed crash in sampgdk_callback_invoke #219

Merged
merged 1 commit into from
Jul 2, 2022
Merged

Fixed crash in sampgdk_callback_invoke #219

merged 1 commit into from
Jul 2, 2022

Conversation

ikkentim
Copy link
Contributor

When a new callback is registered during OnPublicCall(2) for which the callbacks array is resized, the callback variables will be pointing to freed memory which causes a call to a random memory address.

Fixes #215

When a new callback is registered during OnPublicCall(2) for which the callbacks array is resized, the callback variables will be pointing to freed memory which causes a call to a random memory address.
@Zeex Zeex merged commit fc833d3 into Zeex:master Jul 2, 2022
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.

Crash when a new callback is registered during a callback invocation
2 participants