From: Dan Rosenberg Date: Fri, 17 Sep 2010 05:34:26 +0000 (-0700) Subject: drivers/net/tulip/de4x5.c: fix union member name in DE4X5_GET_REG ioctl X-Git-Tag: v2.6.37-rc1~147^2~418 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c796f91a518480fd6696ba2affed1167e840823;p=pandora-kernel.git drivers/net/tulip/de4x5.c: fix union member name in DE4X5_GET_REG ioctl This was previously reported as a security issue due to leakage of uninitialized stack memory. Jeff Mahoney pointed out that this is incorrect since the copied data is from a union (rather than a struct). Therefore, this patch is only under consideration for the sake of correctness, and is not security relevant. Signed-off-by: Dan Rosenberg Acked-by: Grant Grundler Signed-off-by: David S. Miller --- Reading git-diff-tree failed