In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix off by one in qlaedifappgetstats() The appreply->elem[] array is allocated earlier in this function and it has appreq.numports elements. Thus this > comparison needs to be >= to prevent memory corruption.