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

Changed variable type to size_t type #147

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from

Conversation

karina-ranadive
Copy link

In cmd_vel_mux_nodelet.cpp, cmd_vel_subs.size() is of type size_t and i is of type unsigned int, which are inconsistent types that present a security vulnerability to my team. In order to address this security vulnerability, I changed i in the for loop to be of type size_t to enable consistent variable types. In cmd_vel_subscribers.cpp, I made a similar change due to the same security vulnerability.

@karina-ranadive karina-ranadive changed the title changed variable type to size_t type Changed variable type to size_t type Jul 20, 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.

1 participant