From: Dan Carpenter <dan.carpen...@oracle.com> Date: Fri, 27 May 2016 13:34:35 +0300
> The iadev->rx_open[] array holds "iadev->num_vc" pointers (this code > assumes that pointers are 32 bits). So the > here should be >= or else > we could end up reading a garbage pointer from one element beyond the > end of the array. > > Signed-off-by: Dan Carpenter <dan.carpen...@oracle.com> Applied.