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: [Patch] Define secure_getenv


On 07/13/2012 06:14 PM, Andreas Schwab wrote:
Carlos O'Donell <carlos_odonell@mentor.com> writes:

You don't need GLIBC_PRIVATE since you have a public interface now and libc hidden takes care of any internal non-plt references.

You can't use the public interface for inter-library calls, though, due to namespace violations.

Does this mean I should switch to three names? Or should I try to get __secure_getenv exported under GLIBC_PRIVATE and use that from those other libraries?


--
Florian Weimer / Red Hat Product Security Team



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