1
0
Fork 0
alistair23-linux/drivers/phy/mscc
Gustavo A. R. Silva 6acb47d1a3 phy: ocelot-serdes: fix out-of-bounds read
Currently, there is an out-of-bounds read on array ctrl->phys,
once variable i reaches the maximum array size of SERDES_MAX
in the for loop.

Fix this by changing the condition in the for loop from
i <= SERDES_MAX to i < SERDES_MAX.

Addresses-Coverity-ID: 1473966 ("Out-of-bounds read")
Addresses-Coverity-ID: 1473959 ("Out-of-bounds read")
Fixes: 51f6b410fc ("phy: add driver for Microsemi Ocelot SerDes muxing")
Reviewed-by: Quentin Schulz <quentin.schulz@bootlin.com>
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-10-22 19:27:14 -07:00
..
Kconfig phy: add driver for Microsemi Ocelot SerDes muxing 2018-10-05 14:36:44 -07:00
Makefile phy: add driver for Microsemi Ocelot SerDes muxing 2018-10-05 14:36:44 -07:00
phy-ocelot-serdes.c phy: ocelot-serdes: fix out-of-bounds read 2018-10-22 19:27:14 -07:00