From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751719Ab2A3KQO (ORCPT ); Mon, 30 Jan 2012 05:16:14 -0500 Received: from mail-gx0-f174.google.com ([209.85.161.174]:60774 "EHLO mail-gx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751749Ab2A3KQN (ORCPT ); Mon, 30 Jan 2012 05:16:13 -0500 MIME-Version: 1.0 In-Reply-To: References: Date: Mon, 30 Jan 2012 10:16:12 +0000 Message-ID: Subject: Re: question about drivers/gpu/drm/drm_ioc32.c From: Dave Airlie To: Julia Lawall Cc: airlied@linux.ie, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jan 28, 2012 at 7:28 PM, Julia Lawall wrote: > In the function compat_drm_getclient, I have the impression that the > structure c32 is copied to user level with the field idx uninitialized? Looks like it alright, care to send a patch? Dave.