public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "bugdal at aerifal dot cx" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/55431] Invalid auxv search in ppc linux-unwind code.
Date: Sun, 09 Dec 2012 02:37:00 -0000	[thread overview]
Message-ID: <bug-55431-4-XaK2pzRV91@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-55431-4@http.gcc.gnu.org/bugzilla/>


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55431

--- Comment #2 from Rich Felker <bugdal at aerifal dot cx> 2012-12-09 02:37:19 UTC ---
The ABI issue is a dependency on an undocumented part of glibc's ABI behavior
-- I don't see anywhere it's documented that __libc_stack_end points at "argc"
(i.e. the original place the stack pointer points to on program entry), just
some point past the end of the stack, and thus it's conceivable that even in
glibc it could change to point somewhere else. In any case, it's a gratuitous
dependency on glibc internals.

The logic error issue (assuming the initial environ array is still intact) is
of course an outright observable bug even without any incompatible changes at
the libc level.

Do you have any idea why this code was added to begin with? It seems completely
unnecessary.


  parent reply	other threads:[~2012-12-09  2:37 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-21 17:42 [Bug target/55431] New: " bugdal at aerifal dot cx
2012-12-09  0:59 ` [Bug target/55431] " pinskia at gcc dot gnu.org
2012-12-09  2:37 ` bugdal at aerifal dot cx [this message]
2013-02-11  9:12 ` aldot at gcc dot gnu.org
2013-02-11 18:17 ` dje at gcc dot gnu.org
2013-02-11 22:42 ` amodra at gmail dot com
2013-02-12  3:05 ` amodra at gmail dot com
2013-02-12  7:08 ` bugdal at aerifal dot cx
2013-02-12 13:24 ` amodra at gmail dot com
2013-02-12 15:28 ` bugdal at aerifal dot cx
2013-02-15 13:54 ` amodra at gcc dot gnu.org
2013-02-15 13:55 ` amodra at gmail dot com
2013-02-15 13:56 ` amodra at gmail dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-55431-4-XaK2pzRV91@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).