Re: [PATCH] net: stmmac: add sanity check to device_property_read_u32_array call

From: David Miller
Date: Tue Jun 18 2019 - 21:09:52 EST


From: Colin King <colin.king@xxxxxxxxxxxxx>
Date: Mon, 17 Jun 2019 17:58:36 +0100

> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> Currently the call to device_property_read_u32_array is not error checked
> leading to potential garbage values in the delays array that are then used
> in msleep delays. Add a sanity check to the property fetching.
>
> Addresses-Coverity: ("Uninitialized scalar variable")
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>

Applied to net-next, thanks Colin.

Please make the destination tree explicit in the future by putting
something like "[PATCH net-next]" in the Subject line.

Thank you.