Received: by mail.netbsd.org (Postfix, from userid 605) id 25DFE84D96; Fri, 30 Aug 2019 03:34:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 968B384D65 for ; Fri, 30 Aug 2019 03:34:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id M_SQHJQ-WtbP for ; Fri, 30 Aug 2019 03:34:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 35ADA84C2B for ; Fri, 30 Aug 2019 03:34:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2EA6BFBF4; Fri, 30 Aug 2019 03:34:37 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 30 Aug 2019 03:34:37 +0000 From: "Taylor R Campbell" Subject: CVS commit: src/sys/external/bsd/drm/dist/shared-core To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20190830033437.2EA6BFBF4@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Taylor R Campbell" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: riastradh Date: Fri Aug 30 03:34:37 UTC 2019 Modified Files: src/sys/external/bsd/drm/dist/shared-core: radeon_cs.c Log Message: Delete dead-as-a-doornail-in-a-dead-horse branch. If dev_priv is null here, you're hosed to begin with, so the apparent null pointer dereference in this branch is moot; also this is the old drm code that we should maybe just delete altogether... Potential null pointer dereference reported by Dr Silvio Cesare of InfoSect. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \ src/sys/external/bsd/drm/dist/shared-core/radeon_cs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.