In the Linux kernel, the following vulnerability has been resolved:
phy: marvell: a3700-comphy: Fix out of bounds read
There is an out of bounds read access of 'gbephyinitfix[fixidx].addr' every iteration after 'fixidx' reaches 'ARRAYSIZE(gbephyinit_fix)'.
Make sure 'gbephyinit[addr]' is used when all elements of 'gbephyinit_fix' array are handled.
Found by Linux Verification Center (linuxtesting.org) with SVACE.