android_kernel_xiaomi_sm8350/drivers/net/ethernet/oki-semi/pch_gbe
Dan Carpenter 73f98eab9b 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 <dan.carpenter@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-03-01 17:23:42 -05:00
..
Kconfig
Makefile
pch_gbe_api.c
pch_gbe_api.h
pch_gbe_ethtool.c Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of drivers 2011-11-22 16:43:32 -05:00
pch_gbe_main.c pch_gbe: Do not abort probe on bad MAC 2012-01-18 16:41:36 -05:00
pch_gbe_param.c pch_gbe: memory corruption calling pch_gbe_validate_option() 2012-03-01 17:23:42 -05:00
pch_gbe_phy.c
pch_gbe_phy.h
pch_gbe.h