pgte / node-openni

OpenNI bindings for Node.js
79 stars 37 forks source link

Out of bounds error #13

Closed mscdex closed 11 years ago

mscdex commented 11 years ago

This line will reach out of bounds due to the equals operator and the joints_ definition here. Either the <= needs to be changed to < or the definition needs to be NODE_OPENNI_JOINT_COUNT + 1.

Issue(s) found via cppcheck.