This is the mail archive of the libc-alpha@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]

Re: Fix resolver bind, getsockname namespace (bug 17733)


On Sun, 21 Dec 2014, H.J. Lu wrote:

> Do sysdeps/unix/sysv/linux/listen.S and sysdeps/unix/sysv/linux/setsockopt.S
> have the same issue?  Does the linknamespace test check them?

I don't see any linknamespace test failures (even XFAILed) mentioning 
those functions.  That is, there seem to be no cases (for the standards 
currently tested, at least) of a function in a standard lacking those 
functions calling listen / setsockopt, or calling __listen / __setsockopt 
and thereby bringing in strong symbols for listen / setsockopt.

Thus, while I think a corresponding change to those files would make sense 
as a cleanup, it would not fix a user-visible bug (and so would not need a 
bug filed in Bugzilla).

-- 
Joseph S. Myers
joseph@codesourcery.com


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