mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Florian Weimer <fweimer@redhat.com>
To: James Y Knight <jyknight@google.com>
Cc: musl@lists.openwall.com
Subject: Re: [musl] add noexcept to all functions please
Date: Sun, 07 Nov 2021 19:20:21 +0100	[thread overview]
Message-ID: <87lf1z6d5m.fsf@oldenburg.str.redhat.com> (raw)
In-Reply-To: <CAA2zVHqHTh9OZfxPRo0XAL0npnDrMbebaYasZfMsuTArrN40eQ@mail.gmail.com> (James Y. Knight's message of "Sun, 7 Nov 2021 12:37:09 -0500")

* James Y. Knight:

> Glibc defines macros for this purpose, which expand into "throw()" in
> C++ and "__attribute__((__nothrow__))" in GCC-C. The latter is only
> useful in conjunction with an extremely-rarely-used feature, C code
> built with -fexceptions enabled, and is thus probably ignorable.

We build our distributions with -fexceptions
-fasynchronous-unwind-tables.  These features have real uses out there
(although -fasynchronous-unwind-tables is probably more important for
performance analysis and diagnostics).  With glibc, -fexceptions is
desirable to avoid unprotected function pointers on the stack in
conjunction with POSIX cancellation handlers (which can be relevant even
if unwinding does not happen).

I believe the musl cancellation implementation does not use DWARF
unwinding.  I do not know if it cancellation handlers have the same
hardening gap as glibc's with setjmp-based unwinding.

Thanks,
Florian


  reply	other threads:[~2021-11-07 18:20 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-06 17:15 sotrdg sotrdg
2021-11-06 18:28 ` Jon Chesterfield
2021-11-06 18:39   ` Joakim Sindholt
2021-11-07 17:37     ` James Y Knight
2021-11-07 18:20       ` Florian Weimer [this message]
2021-11-07 19:56         ` Markus Wichmann
2021-11-08  8:30           ` Florian Weimer

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=87lf1z6d5m.fsf@oldenburg.str.redhat.com \
    --to=fweimer@redhat.com \
    --cc=jyknight@google.com \
    --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).