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(gbephyinitfix)'. Make sure 'gbephyinit[addr]' is used when all elements of 'gbephyinitfix' array are handled. Found by Linux Verification Center (linuxtesting.org) with SVACE.