From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2797C38582B0; Tue, 18 Jul 2023 14:28:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2797C38582B0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689690502; bh=/zAPCPeOJtkzy6TfAxUKLF+T03spj3t7PjX9pH+SO5M=; h=From:To:Subject:Date:In-Reply-To:References:From; b=r5l+gHyE/4cCGgQ+d5mEkbL3p6JWbcEjvWaNgHChGKSbuGGvO21zazK8QPgsSYPMy JBH20cNqjIbGYon8NgVEiZfI9+iet/OZsLdbiTIHO8zRLO3ae0ewAIIlfT4Eujy+zV uskAQySgQrE2xdvjFK1hKNOzXJ9BeDpBA4QX8LYU= From: "fw at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgcc/109712] [13 Regression] Segmentation fault in linear_search_fdes Date: Tue, 18 Jul 2023 14:28:21 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libgcc X-Bugzilla-Version: 13.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fw at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: fw at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.2 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=3D109712 --- Comment #35 from Florian Weimer --- Backport posted, along with the warning fix: [PATCH releases/gcc-13 1/2] libgcc: Fix eh_frame fast path in find_fde_tail [PATCH releases/gcc-13 2/2] libgcc: Fix -Wint-conversion warning in find_fde_tail =