pch_gbe: memory corruption calling pch_gbe_validate_option()
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 29 Feb 2012 21:17:08 +0000 (21:17 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 1 Mar 2012 22:23:42 +0000 (17:23 -0500)
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 <dan.carpenter@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found