Closed mscdex closed 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.
<=
<
NODE_OPENNI_JOINT_COUNT + 1
Issue(s) found via cppcheck.
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 beNODE_OPENNI_JOINT_COUNT + 1
.Issue(s) found via cppcheck.