[PATCH] Add dynamic linker support for $EXEC_ORIGIN.
Paul Pluzhnikov
ppluzhnikov@google.com
Tue Dec 10 03:26:00 GMT 2013
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
More information about the Libc-alpha
mailing list