mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Rich Felker <dalias@aerifal.cx>
To: musl@lists.openwall.com
Subject: Re: yet another alternative libc
Date: Fri, 31 Jan 2014 20:01:06 -0500	[thread overview]
Message-ID: <20140201010106.GA24286@brightrain.aerifal.cx> (raw)
In-Reply-To: <52EA68FA.8000404@opensource.dyc.edu>

On Thu, Jan 30, 2014 at 10:00:10AM -0500, Anthony G. Basile wrote:
> I don't think relro or bind_now are causing the issues I hit, but I
> didn't investigate enough.  Right now I'm "entertaining" myself by
> building up that stage into a usable desktop.  But soon I will run a
> full rebuild with hardening and see what happens.  The biggest show
> stopper was gcc itself could not rebuild itself, ie, gentoo's
> vanilla gcc can build our hardened gcc which "works" but cannot in
> turn build hardened gcc again.  I will provide details.

What happens when it fails? Crash or meaningful error message? I'd
very much like any reports of GCC failures since even if they seem to
be a result of your configuration, it might be that the configuration
is just uncovering a bug in musl that happened not to be hit in other
configurations. I can think of at least two such instances in the
past; one was a real, serious bug in musl and the other was musl's
qsort behaving in a perfectly conforming way that GCC did not expect
(calling the comparison function with the same element for both
arguments) and causing an assertion failure in GCC. I "fixed" the
latter anyway. :)

> >3. We're interested in any reports of problems with PIE and SSP. The
> >issue of SSP not getting initialized in tiny (configure-script-test
> >sized) programs that don't reference __stack_chk_fail is known, but
> >any other SSP-related problems would likely be something new we should
> >check out.
> 
> I will certainly report.  I assume the list is fine?

Yes, it's the best place. Maybe post-1.0 we'll add a bug tracker but
we don't have one yet.

Rich


      reply	other threads:[~2014-02-01  1:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-29 21:19 Anthony G. Basile
2014-01-29 21:44 ` Daniel Cegiełka
2014-01-29 23:22   ` Luca Barbato
2014-01-30  6:06 ` Rich Felker
2014-01-30 15:00   ` Anthony G. Basile
2014-02-01  1:01     ` Rich Felker [this message]

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=20140201010106.GA24286@brightrain.aerifal.cx \
    --to=dalias@aerifal.cx \
    --cc=musl@lists.openwall.com \
    /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.
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).