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 to size_t for consistency #196

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

Conversation

karina-ranadive
Copy link

My team utilizes dynamic_reconfigure and we have a security vulnerability from the code that is auto generated from dynamic_reconfigure.parameter_generator_catkin that utilizes the ConfigType.h template. It involves an issue with consistency of comparison between msg.bools.size() and an unsigned int. To fix this, I made the unsigned int i variable in 4 lines a wider type of size_t to enable consistency in the for loop.

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