From: Dan Carpenter Date: Sun, 23 Sep 2012 16:33:55 +0000 (+0300) Subject: vmwgfx: corruption in vmw_event_fence_action_create() X-Git-Tag: v3.6~10^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68c4fce737c4b963e336435f225621dc21138397;p=pandora-kernel.git vmwgfx: corruption in vmw_event_fence_action_create() We don't allocate enough data for this struct. As soon as we start modifying event->event on the next lines, then we're going beyond the end of the memory we allocated. Signed-off-by: Dan Carpenter cc: stable@vger.kernel.org Signed-off-by: Dave Airlie --- Reading git-diff-tree failed