public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/5929] New: VALID_ELF_HEADER is not used for the executable
@ 2008-03-13 12:37 drow at sources dot redhat dot com
  2008-03-13 14:35 ` [Bug libc/5929] " drepper at redhat dot com
  2008-03-13 14:44 ` drow at sources dot redhat dot com
  0 siblings, 2 replies; 4+ messages in thread
From: drow at sources dot redhat dot com @ 2008-03-13 12:37 UTC (permalink / raw)
  To: glibc-bugs

I'm working on a project that involves bumping the EI_ABIVERSION, since new
binaries require loader support.  We wanted a sensible error message when using
an old loader, but it doesn't work unless you run ld.so by hand:

$ /lib/ld.so.1 ./newtest.exe
./newtest.exe: error while loading shared libraries: ./newtest.exe: ELF file ABI
version invalid
$ ./newtest.exe
Segmentation fault (core dumped)

VALID_ELF_HEADER is only used when loading a new file; it is never applied to
the mapped executable when ld.so is the interpreter.

-- 
           Summary: VALID_ELF_HEADER is not used for the executable
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: drow at sources dot redhat dot com
                CC: glibc-bugs at sources dot redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=5929

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/5929] VALID_ELF_HEADER is not used for the executable
  2008-03-13 12:37 [Bug libc/5929] New: VALID_ELF_HEADER is not used for the executable drow at sources dot redhat dot com
@ 2008-03-13 14:35 ` drepper at redhat dot com
  2008-03-13 14:44 ` drow at sources dot redhat dot com
  1 sibling, 0 replies; 4+ messages in thread
From: drepper at redhat dot com @ 2008-03-13 14:35 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2008-03-13 14:34 -------
It's the kernel's job.  I'm not slowing things down because of requirements like
your's.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX


http://sourceware.org/bugzilla/show_bug.cgi?id=5929

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/5929] VALID_ELF_HEADER is not used for the executable
  2008-03-13 12:37 [Bug libc/5929] New: VALID_ELF_HEADER is not used for the executable drow at sources dot redhat dot com
  2008-03-13 14:35 ` [Bug libc/5929] " drepper at redhat dot com
@ 2008-03-13 14:44 ` drow at sources dot redhat dot com
  1 sibling, 0 replies; 4+ messages in thread
From: drow at sources dot redhat dot com @ 2008-03-13 14:44 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drow at sources dot redhat dot com  2008-03-13 14:43 -------
There's nothing wrong with the file from the kernel's point of view.  The kernel
doesn't check ELF version or ABI version at all.  The file uses ELF features
that ld.so doesn't support.

Oh well, leaving WONTFIX.


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=5929

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/5929] VALID_ELF_HEADER is not used for the executable
       [not found] <bug-5929-131@http.sourceware.org/bugzilla/>
@ 2014-07-02  6:04 ` fweimer at redhat dot com
  0 siblings, 0 replies; 4+ messages in thread
From: fweimer at redhat dot com @ 2014-07-02  6:04 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=5929

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

end of thread, other threads:[~2014-07-02  6:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-13 12:37 [Bug libc/5929] New: VALID_ELF_HEADER is not used for the executable drow at sources dot redhat dot com
2008-03-13 14:35 ` [Bug libc/5929] " drepper at redhat dot com
2008-03-13 14:44 ` drow at sources dot redhat dot com
     [not found] <bug-5929-131@http.sourceware.org/bugzilla/>
2014-07-02  6:04 ` fweimer at redhat dot com

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 read-only IMAP folder(s) and NNTP newsgroup(s).