From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1D573385770A; Mon, 10 Jul 2023 17:19:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1D573385770A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1689009542; bh=c7KpKyHWVG4W7nGQH5vs5kvMhnJheiV6ZDLnIvKsn7E=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SPiz7cTDdjhMnmaAOfldIHLuL+Hhir0kkODx5tysO+RP+uYCOLzhbbIJHqAql/W+5 PhU9IsFEO3klQm3tVlU0fJjN/TzIchOuFvWxHQjSnTv5osWU0fVrAQBLnuX7kN3gET Ux0TR3qfHAIZXlpKvRyrc3A8EpgzicdyAoNepLhA= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug gdb/30431] segfault when inspecting remote variable Date: Mon, 10 Jul 2023 17:19:00 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: 13.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tromey at sourceware dot 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://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30431 --- Comment #14 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Tom Tromey : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Ddd2532ad8af1= 676450114e4884ad748d528eafbe commit dd2532ad8af1676450114e4884ad748d528eafbe Author: Tom Tromey Date: Tue Jun 20 15:18:23 2023 -0600 Avoid crash with absolute symbol A user supplied an executable and a remote logfile that could be used to crash gdb. The problem is that the BFD section for a particular symbol was null, because the section was not marked "allocated". Digging deeper, the problem was that elfread.c dropped the section for absolute symbols. This patch fixes the crash. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30431 --=20 You are receiving this mail because: You are on the CC list for the bug.=