fkie / multimaster_fkie

ROS stack with FKIE packages for multi-robot (discovering, synchronizing and management GUI)
BSD 3-Clause "New" or "Revised" License
268 stars 108 forks source link

Fixed crash in master_list_model if IPv6 addresses are present on the ho... #10

Closed sosswald closed 9 years ago

sosswald commented 9 years ago

If the ROS_MASTER_URI host resolves to an IPv6 address then master_list_model crashes because it fails to unpack the additional array elements returned by getaddrinfo().

Cheers, Stefan