From: Gaurav Singh <[email protected]> Date: Tue, 23 Jun 2020 21:04:49 -0400
> Check i < io bounds before accessing io[i]. > > Signed-off-by: Gaurav Singh <[email protected]> The io[] array is intentionally zero terminated, there is no problem.
From: Gaurav Singh <[email protected]> Date: Tue, 23 Jun 2020 21:04:49 -0400
> Check i < io bounds before accessing io[i]. > > Signed-off-by: Gaurav Singh <[email protected]> The io[] array is intentionally zero terminated, there is no problem.