Open gavanderhoorn opened 7 years ago
Values configured for MOVE_CNT are passed to ROS_MOVESM (in push_pt(..)) without any checks on whether they are valid.
ROS_MOVESM
They should be bounds checked to fall within [0, 100].
Values configured for MOVE_CNT are passed to
ROS_MOVESM
(in push_pt(..)) without any checks on whether they are valid.They should be bounds checked to fall within [0, 100].