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