From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EF508385781A; Thu, 10 Nov 2022 01:13:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EF508385781A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1668042781; bh=wjATMGAoIydfnJlB2KZZvdkUwfB5pcynBA3CTatVVXQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=WKM6BB1IUmFxl99wIlbWLn0k5h1vmQXBACpqYnKq6PBcGWf3CctbgNNGEPRGx/agi QbtnrANpfXH+nUKvTWgzbOQnhCSP9ZWxfCA3v1035Ik/Y+RetZt4dSTCyFZmJYZTIZ e5CmJcWIhDWdP1v5MSPzm2uv5OxRHA88D6tWH13U= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug tdep/29598] dereferenced null pointer in arm-dis.c Date: Thu, 10 Nov 2022 01:13:01 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: tdep X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: luis.machado at arm dot com 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=3D29598 --- Comment #1 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Luis Machado : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D76a95facf126= 0326469dc9952adc6ee034bac735 commit 76a95facf1260326469dc9952adc6ee034bac735 Author: Luis Machado Date: Wed Nov 2 07:17:46 2022 +0000 [opcodes/arm] Fix potential null pointer dereferences PR tdep/29598 As pointed out in the bug ticket, we have a couple potential null poi= nter dereferencing situations. Harden those. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29598 --=20 You are receiving this mail because: You are on the CC list for the bug.=