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

Fix wrong pointer dereferencing in aiFindAttackers #324

Conversation

roginvs
Copy link
Contributor

@roginvs roginvs commented Oct 9, 2023

Few lines above we check that arguments are not null pointer but for the last argument we check actual pointer value.

This is very interesting issue because it caused crash on webassembly build (I will make a PR with webassembly at some point when it will be ready)

@alexbatalov alexbatalov merged commit 81fce5f into alexbatalov:main Oct 9, 2023
9 checks passed
@alexbatalov
Copy link
Owner

Great, thanks.

@roginvs roginvs deleted the fix_wrong_pointer_dereferecing_in_aiFindAttackers branch October 9, 2023 18:27
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