19 Nov
2007
19 Nov
'07
9:34 a.m.
thanks. committed to my tree. On Thu, 2007-10-18 at 08:13 -0400, Philip Bellino wrote:
* src/afsocket.c (afsocket_dd_format_stats_name):
Using IPv6 for a destination of tcp6 or udp6: There was no case statement for AF_INET6 and as a result, “driver_name” was never filled in with either tcp6 or udp6. The subsequent routine (g_snprintf) that used “driver_name” caused a segmentation fault. This is now fixed.
-- Bazsi