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] Add dynamic linker support for $EXEC_ORIGIN.


On Mon, Dec 9, 2013 at 4:46 PM, Rich Felker <dalias@aerifal.cx> wrote:

> Before getauxval enters widespread use, can somebody please review bug
> #15846 regarding the interface being broken?

I agree that that bug should be fixed.

I don't particularly like the return of -1 proposal since 0xFFFFFFFF could
also be a valid value for perhaps AT_HWCAP, or some future AT_something.

If the fix is to set errno, then the use of 0/NULL to mean "not present"
in this patch and in elf/tst-auxv.c (the only current use AFAICT) would
still be ok.


-- 
Paul Pluzhnikov


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