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

Fixed segmentation fault caused by setSkip() #77

Merged
merged 1 commit into from
Oct 27, 2020

Conversation

bostoncleek
Copy link

@bostoncleek bostoncleek commented Sep 24, 2020

On noetic and using build type release there is a segmentation fault also noted by #76.

This function as no return type causing undefined behavior. The compiler even throws a warning about this.

The return type is not required based on the implementation. This function has been declared as void. Now the node runs as expected.

This function as no return type causing undefined behavior. This function
has been declared as void.
@bostoncleek bostoncleek changed the title Fixxed segmentation fault caused by setSkip() Fixed segmentation fault caused by setSkip() Sep 24, 2020
@tonybaltovski tonybaltovski merged commit 5e2ed78 into ros-drivers:kinetic-devel Oct 27, 2020
@tonybaltovski
Copy link
Member

Thanks!

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.

2 participants