public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug network/17717] New: Resolver if_* namespace
@ 2014-12-16 16:30 jsm28 at gcc dot gnu.org
  2014-12-16 18:19 ` [Bug network/17717] " jsm28 at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2014-12-16 16:30 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=17717

            Bug ID: 17717
           Summary: Resolver if_* namespace
           Product: glibc
           Version: 2.21
            Status: NEW
          Severity: normal
          Priority: P2
         Component: network
          Assignee: unassigned at sourceware dot org
          Reporter: jsm28 at gcc dot gnu.org

Resolver code, brought in by pthreads (at least), uses if_* interfaces that
weren't in POSIX before 2001, resulting in linknamespace failures:

[initial] pthread_create -> [libpthread.a(pthread_create.o)] __resp ->
[libc.a(res_libc.o)] __res_iclose -> [libc.a(res_init.o)] if_nametoindex ->
[libc.a(if_index.o)] if_freenameindex
[initial] pthread_create -> [libpthread.a(pthread_create.o)] __resp ->
[libc.a(res_libc.o)] __res_iclose -> [libc.a(res_init.o)] if_nametoindex ->
[libc.a(if_index.o)] if_indextoname
[initial] pthread_create -> [libpthread.a(pthread_create.o)] __resp ->
[libc.a(res_libc.o)] __res_iclose -> [libc.a(res_init.o)] if_nametoindex ->
[libc.a(if_index.o)] if_nameindex
[initial] pthread_create -> [libpthread.a(pthread_create.o)] __resp ->
[libc.a(res_libc.o)] __res_iclose -> [libc.a(res_init.o)] if_nametoindex

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug network/17717] Resolver if_* namespace
  2014-12-16 16:30 [Bug network/17717] New: Resolver if_* namespace jsm28 at gcc dot gnu.org
@ 2014-12-16 18:19 ` jsm28 at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2014-12-16 18:19 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=17717

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Joseph Myers <jsm28 at gcc dot gnu.org> ---
Fixed for 2.21.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-12-16 18:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-16 16:30 [Bug network/17717] New: Resolver if_* namespace jsm28 at gcc dot gnu.org
2014-12-16 18:19 ` [Bug network/17717] " jsm28 at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).