What's coming in glibc 2.10
What's coming in glibc 2.10
Posted Apr 19, 2009 21:50 UTC (Sun) by elanthis (guest, #6227)In reply to: What's coming in glibc 2.10 by nix
Parent article: What's coming in glibc 2.10
Posted Apr 19, 2009 22:15 UTC (Sun)
by nix (subscriber, #2304)
[Link]
(hm, and it looks like it might become STT_IFUNC in time and not be
[1] an oversimplification: actually that implicit call happens the first
What's coming in glibc 2.10
implicit first call into the dynamic linker that happens the first time
any given symbol is referenced[1]. The security context is unchanged: all
the dynamic linker normally does is relocate that PLT entry. It's just
that now you can have it pick *what* to relocate first. It's no more done
in a different context than is calling a function through a function
pointer: that's all it really is.
GNU-specific after all. Even better.)
time a PLT entry is jumped to, but that's nearly the same thing...