Skip to content

Commit

Permalink
eab0d3c: improve description
Browse files Browse the repository at this point in the history
  • Loading branch information
gavanderhoorn authored May 19, 2021
1 parent c65e25d commit 6c0cc1c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions ros_comm/eab0d3c/eab0d3c.bug
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ id: eab0d3c
title: Subscribers Do Not Receive Messages When Environment Variable Is Set
description: >
C++ subscribers were not receiving any messages from the
publishers when the ROS_HOSTNAME variable was set and the nodes
ran on separate machines. This was a bug introduced with IPv6
support in ros_comm.
publishers when the ROS_IP or ROS_HOSTNAME environment variables were set.
The bug manifests both with local and remote publishers and subscribers (ie:
on the same as well as on different hosts).
This was a bug introduced with IPv6 support in roscpp, caused by misuse
of the inet_pton(..) function.
classification: "CWE-233: Improper Handling of Parameters"
keywords: ['roscpp', 'topics', 'ros_comm', 'ipv6']
system: turtlebot
Expand Down

0 comments on commit 6c0cc1c

Please sign in to comment.