From: Dan Carpenter Date: Wed, 29 Feb 2012 21:17:08 +0000 (+0000) Subject: pch_gbe: memory corruption calling pch_gbe_validate_option() X-Git-Tag: v3.3-rc7~39^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73f98eab9b9e0bab492ca06add5657d9e702ddb1;p=pandora-kernel.git pch_gbe: memory corruption calling pch_gbe_validate_option() pch_gbe_validate_option() modifies 32 bits of memory but we pass &hw->phy.autoneg_advertised which only has 16 bits and &hw->mac.fc which only has 8 bits. Signed-off-by: Dan Carpenter Signed-off-by: David S. Miller --- Reading git-diff-tree failed