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

Prevent filename glob expansion in _msg_opts in rosbash #218

Merged
merged 1 commit into from
Aug 12, 2019

Conversation

jexner
Copy link
Contributor

@jexner jexner commented May 16, 2019

The find argument glob is not properly quoted resulting in bash filename
expansion. This leads to incorrect find calls.

This fixes issue #192.

The `find` argument glob is not properly quoted resulting in bash filename
expansion. This leads to incorrect `find` calls.

This fixes issue ros#192.
@jexner
Copy link
Contributor Author

jexner commented May 16, 2019

While looking into this issue I stumbled upon two definitions of the function _msg_opts in the file rosbash. This seems a bit odd. Is this intended?

@dirk-thomas
Copy link
Member

Thanks for the patch.

@dirk-thomas dirk-thomas merged commit c3ce35d into ros:kinetic-devel Aug 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants