public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libgcc/109685] [13/14 Regression] Memory leak in `__deregister_frame`
Date: Sat, 03 Jun 2023 07:57:04 +0000	[thread overview]
Message-ID: <bug-109685-4-bALjoWuVIE@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-109685-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109685

--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-13 branch has been updated by Thomas Neumann
<tneumann@gcc.gnu.org>:

https://gcc.gnu.org/g:fd68f60c4ca5d23e4f42c447a2fd1d33030301bf

commit r13-7410-gfd68f60c4ca5d23e4f42c447a2fd1d33030301bf
Author: Thomas Neumann <tneumann@users.sourceforge.net>
Date:   Tue May 2 16:21:09 2023 +0200

    release the sorted FDE array when deregistering a frame [PR109685]

    The atomic fastpath bypasses the code that releases the sort
    array which was lazily allocated during unwinding. We now
    check after deregistering if there is an array to free.

    libgcc/ChangeLog:
            PR libgcc/109685
            * unwind-dw2-fde.c: Free sort array in atomic fast path.

  parent reply	other threads:[~2023-06-03  7:57 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-01 13:42 [Bug libgcc/109685] New: " markus.boeck02 at gmail dot com
2023-05-02  6:29 ` [Bug libgcc/109685] [13/14 Regression] " rguenth at gcc dot gnu.org
2023-05-02 14:15 ` tneumann at users dot sourceforge.net
2023-05-02 14:16 ` tneumann at users dot sourceforge.net
2023-06-03  7:47 ` cvs-commit at gcc dot gnu.org
2023-06-03  7:57 ` cvs-commit at gcc dot gnu.org [this message]
2023-07-27  9:26 ` rguenth at gcc dot gnu.org
2023-07-27  9:28 ` tneumann at users dot sourceforge.net
2023-09-27 19:53 ` markus.boeck02 at gmail dot com
2023-09-28  9:02 ` redi at gcc dot gnu.org

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-109685-4-bALjoWuVIE@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).