Skip to content

Conversation

AlexanderPolyakov
Copy link
Contributor

Fix for reading data out of bounds in tile cache builder in removeVertex.
While removing a vertex data is read from i+1 index from mesh.verts, which becomes out of bound for the last vertex, which we shouldn't copy over in this case.

Fix for reading data out of bounds in tile cache builder in
removeVertex.
While removing a vertex data is read from i+1 index from mesh.verts,
which becomes out of bound for the last vertex, which we shouldn't copy
over in this case.
@grahamboree
Copy link
Member

LGTM, thanks for finding this!

@grahamboree grahamboree merged commit 3c4a349 into recastnavigation:main Mar 16, 2023
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.

3 participants