[Bug 582585] Re: getaddrinfo() returns duplicate addresses under AI_ADDRCONFIG

2019-01-28 Thread Bug Watch Updater
Launchpad has imported 2 comments from the remote bug at https://sourceware.org/bugzilla/show_bug.cgi?id=14969. If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at

[Bug 582585] Re: getaddrinfo() returns duplicate addresses under AI_ADDRCONFIG

2017-03-09 Thread Bug Watch Updater
** Changed in: eglibc Status: Unknown => Confirmed ** Changed in: eglibc Importance: Unknown => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/582585 Title: getaddrinfo() returns

[Bug 582585] Re: getaddrinfo() returns duplicate addresses under AI_ADDRCONFIG

2015-10-07 Thread Björn Lindqvist
The bug is present still in Ubuntu Trusty. ** Also affects: eglibc via http://sourceware.org/bugzilla/show_bug.cgi?id=14969 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 582585] Re: getaddrinfo() returns duplicate addresses under AI_ADDRCONFIG

2015-05-03 Thread dino99
need to understand why Lucid will stop getting support ** Changed in: eglibc (Ubuntu) Status: Confirmed = Invalid ** Converted to question: https://answers.launchpad.net/ubuntu/+source/eglibc/+question/266330 -- You received this bug notification because you are a member of Ubuntu

[Bug 582585] Re: getaddrinfo() returns duplicate addresses under AI_ADDRCONFIG

2015-05-03 Thread dino99
Some more related subjects https://sourceware.org/bugzilla/buglist.cgi?quicksearch=ai_addrconfig -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/582585 Title: getaddrinfo() returns duplicate

[Bug 582585] Re: getaddrinfo() returns duplicate addresses under AI_ADDRCONFIG

2015-05-03 Thread dino99
If that issue is not due to the coding style, then push it to bugzilla where it will get a chance to get devs attention and possibly a detailed howto. https://sourceware.org/bugzilla/buglist.cgi?quicksearch=getaddrinfo https://sourceware.org/bugzilla/show_bug.cgi?id=14969 (possibly yours) ** Bug

[Bug 582585] Re: getaddrinfo() returns duplicate addresses under AI_ADDRCONFIG

2015-05-03 Thread dino99
Modif already requested https://sourceware.org/bugzilla/show_bug.cgi?id=14965 ** Bug watch added: Sourceware.org Bugzilla #14965 http://sourceware.org/bugzilla/show_bug.cgi?id=14965 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 582585] Re: getaddrinfo() returns duplicate addresses under AI_ADDRCONFIG

2015-05-03 Thread Matthias Andree
Reopen. Bug persists in trusty. ** Changed in: eglibc (Ubuntu) Status: Invalid = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/582585 Title: getaddrinfo() returns duplicate

[Bug 582585] Re: getaddrinfo() returns duplicate addresses under AI_ADDRCONFIG

2015-05-03 Thread Matthias Andree
Bug persists in trusty. ** Tags removed: lucid ** Tags added: trusty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/582585 Title: getaddrinfo() returns duplicate addresses under AI_ADDRCONFIG To

[Bug 582585] Re: getaddrinfo() returns duplicate addresses under AI_ADDRCONFIG

2015-05-02 Thread Matthias Andree
That does not invalidate the bug. Either confirm the minimum required package version for the fix, or bump it to the current eglibc version. ** Changed in: eglibc (Ubuntu) Status: Invalid = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 582585] Re: getaddrinfo() returns duplicate addresses under AI_ADDRCONFIG

2015-05-02 Thread dino99
Lucid is no more maintained, and your issue is not met then. So closing that useless report now. ** Changed in: eglibc (Ubuntu) Status: Confirmed = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 582585] Re: getaddrinfo() returns duplicate addresses under AI_ADDRCONFIG

2015-05-02 Thread Matthias Andree
** Changed in: eglibc (Ubuntu) Status: Invalid = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/582585 Title: getaddrinfo() returns duplicate addresses under AI_ADDRCONFIG To

[Bug 582585] Re: getaddrinfo() returns duplicate addresses under AI_ADDRCONFIG

2015-05-01 Thread dino99
This is no more a supported version now ** Changed in: eglibc (Ubuntu) Status: Confirmed = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/582585 Title: getaddrinfo() returns

[Bug 582585] Re: getaddrinfo() returns duplicate addresses under AI_ADDRCONFIG

2010-05-18 Thread Matthias Andree
** Attachment added: demo code that shows the problem, see problem report for instructions http://launchpadlibrarian.net/48687080/libcbug-demo.c ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/48686102/Dependencies.txt ** Attachment removed: Dependencies.txt

[Bug 582585] Re: getaddrinfo() returns duplicate addresses under AI_ADDRCONFIG

2010-05-18 Thread Matthias Andree
** Description changed: Presume I have a computer that has no global IPv6 addresses, but a few IPv4 addresses. Applications using getaddrinfo() with hints.ai_flags = AI_ADDRCONFIG set will properly omit IPv6 addresses, HOWEVER they will return duplicate IPv4 addresses.