From: Julia Lawall Date: Mon, 30 Jan 2012 11:05:55 +0000 (+0100) Subject: drivers/gpu/drm/drm_ioc32.c: initialize all fields X-Git-Tag: v3.3-rc4~35^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08bc3d4e67d486a9b2a5065c1c2ebaf13048a465;p=pandora-kernel.git drivers/gpu/drm/drm_ioc32.c: initialize all fields The c32 structure is allocated on the stack and its idx field is not initialized before copying it to user level. This patch takes the value from the result of the ioctl, as done for the other fields. Signed-off-by: Julia Lawall Signed-off-by: Dave Airlie --- Reading git-diff-tree failed