From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 645263858290; Tue, 27 Sep 2022 16:05:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 645263858290 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664294706; bh=P2eDLkH8IqmLA2H8z0qHjJ7igys+GM03nUOUyQxj3Ic=; h=From:To:Subject:Date:In-Reply-To:References:From; b=cr+c/azT7OJxNnRZIT8qf5dchyvQgxHZnAMED7rG9nZI2qBtI4xl5CvqRRYDFUsGo 2AKqrNxMPF7mVAdvmYLwOWXKhwOkQVeupNYFRJnHLI2SZah4iCVy42gG0Rd9GFfcw/ PxwO+X2tQNlrs/2jddRxjIOLOydBYsQ6NKvouKEY= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/64535] Emergency buffer for exception allocation too small Date: Tue, 27 Sep 2022 16:05:06 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D64535 --- Comment #28 from Jonathan Wakely --- (In reply to Thibaut M. from comment #27) > A patch could be a least to avoid this `malloc` with some `#define` optio= ns? That discussion belongs in PR 68606.=