From: Venkat Duvvuru <[email protected]>
Date: Fri, 18 Dec 2015 01:40:50 +0530

> When the first request_irq fails in be_msix_register, i value
> would be zero. The current code decrements the i value and
> accesses the eq object without validating the decremented
> "i" value. This can cause an "invalid memory address access"
> violation.
> 
> This patch fixes the problem by accessing the eq object after
> validating the "i" value.
> 
> Signed-off-by: Venkat Duvvuru <[email protected]>

Applied, thank you.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to