Files
linux/drivers/net/pch_gbe
Dan Carpenter 51cb85a88c pch_gbe: memory corruption calling pch_gbe_validate_option()
commit 73f98eab9b upstream.

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>
Signed-off-by: Tomoya MORINAGA <tomoya.rohm@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-05-21 09:40:06 -07:00
..
2011-04-20 01:30:43 -07:00