rapier icon indicating copy to clipboard operation
rapier copied to clipboard

Fix out of bounds access

Open AnthonyTornetta opened this issue 2 years ago • 1 comments

Resolves #477 by checking index is within bounds before accessing data at that index

AnthonyTornetta avatar Mar 30 '23 20:03 AnthonyTornetta

Thank you for this PR. This fix isn’t ideal as it result in some contacts being ignored by the constraints solver. The case that is being checked here shouldn’t happen, so something must be wrong with disabling bodies as you mentioned in #477.

sebcrozet avatar Apr 02 '23 10:04 sebcrozet