From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C04843856DD0; Tue, 15 Aug 2023 16:36:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C04843856DD0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1692117402; bh=S60V8s4dWTLLleZ5FqgDkz+RPHB14Wd7+6Ud/kAraqE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VNRarsl26HFLcljMEeUytZZFj2OMD/A9mstFcugJfXZhbVUj51D2VUDbGfXJZOWp6 RftxThG/6pKzhWpHhQ6hkozcyqplkjfU2zB0+pLbiDhaD546VYnVG0HM25mdI5VyQ1 d+yUwA/ZTWQqFhPOtCvSUhf0unNxvo2kdDIM8fXM= From: "keiths at redhat dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/30763] SUMMARY: AddressSanitizer: heap-buffer-overflow /home/root/gdb/binutils-gdb-gdb-13.1-release/gdb/coff-pe-read.c:284 in pe_as16 Date: Tue, 15 Aug 2023 16:36:41 +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: keiths at redhat dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D30763 Keith Seitz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |keiths at redhat dot com --- Comment #1 from Keith Seitz --- I can reproduce this on gdb-13-branch. However, origin/master does NOT reproduce this. I am going to assume this was due to Alan's recent commit: From 2db20b97f1dc3e5dce3d6ed74a8a62f0dede8c80 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 9 Aug 2023 09:58:36 +0930 Subject: [PATCH] gdb: warn unused result for bfd IO functions This fixes the compilation warnings introduced by my bfdio.c patch. --=20 You are receiving this mail because: You are on the CC list for the bug.=