[lttng-dev] [PATCH lttng-tools 0/2] relayd IPv6 fixes

Christian Babeux christian.babeux at efficios.com
Fri Aug 10 13:22:50 EDT 2012


Hi all,

Here are a few fixes to IPv6 support in relayd.

When trying to start the relayd using an IPv6 address, the relayd
simply segfaulted. The first patch fix this issue. 

The second patch fix a wrong domain value used in the socket()
call for the IPv6 socket causing a "Address family not supported 
by protocol" error when calling bind().

Thanks,

Christian

Christian Babeux (2):
  Fix: Off by one in lttcomm_sock_domain enum
  Fix: Wrong domain used when initializing IPv6 sockets

 src/common/sessiond-comm/inet6.c         | 2 +-
 src/common/sessiond-comm/sessiond-comm.h | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
1.7.11.4




More information about the lttng-dev mailing list