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

[c] _readVertices function boneIdx memory write overflow? #2751

Open
IsakWong opened this issue Feb 13, 2025 · 0 comments
Open

[c] _readVertices function boneIdx memory write overflow? #2751

IsakWong opened this issue Feb 13, 2025 · 0 comments

Comments

@IsakWong
Copy link

IsakWong commented Feb 13, 2025

crash:
Image

The length of the array for variable b is 336 (verticleLength * 3), but the boneIdx exceeds 336. Comparing with the C++ version, it is found that there are 373 elements in bone.

C++ version:
Image

@davidetan davidetan changed the title spine-c _readVertices function boneIdx memory write overflow? [c] _readVertices function boneIdx memory write overflow? Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant