mailing list of musl libc
 help / color / mirror / code / Atom feed
* vDSO parsing bug?
@ 2014-03-20 15:23 Andy Lutomirski
  2014-03-20 17:02 ` Rich Felker
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Lutomirski @ 2014-03-20 15:23 UTC (permalink / raw)
  To: musl

Hi-

It looks like musl can't handle vDSO images with more than one PT_LOAD
segment.  Both glibc and the reference code in
Documentation/vDSO/parse_vdso.c can handle this.

It's not currently an issue, since I don't think that any
architectures provide such a vDSO, but they might want to in the
future.

Also, using the name "linux-gate.so.1" is sort of wrong on x86_64,
where the convention is "linux-vdso.so.1".  Wouldn't it be better to
just read the name out of the SONAME header?

--Andy


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-03-20 20:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-20 15:23 vDSO parsing bug? Andy Lutomirski
2014-03-20 17:02 ` Rich Felker
2014-03-20 20:02   ` Andy Lutomirski

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).