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 possible null dereference #864

Closed
wants to merge 1 commit into from

Conversation

peter15914
Copy link

Return value of b2GetWorldLocked() is usually checked for NULL.

Return value of b2GetWorldLocked() is usually checked for NULL.
@peter15914 peter15914 marked this pull request as ready for review January 2, 2025 17:47
@erincatto erincatto mentioned this pull request Jan 20, 2025
erincatto added a commit that referenced this pull request Jan 20, 2025
added sensor unit test
added null checks
added WASM link
updated sensor documentation
added b2Body_GetLocalPointVelocity and b2Body_GetWorldPointVelocity
added b2Body_GetMass
#848 #864 #870
@erincatto
Copy link
Owner

Thanks for the report. Implemented in #870

@erincatto erincatto closed this Jan 20, 2025
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