This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/6589] New: getifaddrs returns entries with invalid ifa_name


On a system with ipv6 interfaces of Infiniband devices, getifaddrs returns
interface names for the ib entries as junk. The reason for this is that the
sockaddr_ll structure fails to accommodate 20 byte IB device addresses. By
extending the sll_addr field (currently 8 bytes) to 24 bytes, the issue is solved.

-- 
           Summary: getifaddrs returns entries with invalid ifa_name
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: vinay at linux dot vnet dot ibm dot com
                CC: glibc-bugs at sources dot redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=6589

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]