Re: [PATCH] net: stmmac: add sanity check to device_property_read_u32_array call
From: David Miller <davem@davemloft.net>
Date: 2019-06-19 01:04:49
Also in:
kernel-janitors, linux-arm-kernel, lkml
From: David Miller <davem@davemloft.net>
Date: 2019-06-19 01:04:49
Also in:
kernel-janitors, linux-arm-kernel, lkml
From: Colin King <redacted> Date: Mon, 17 Jun 2019 17:58:36 +0100
From: Colin Ian King <redacted>
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 <redacted>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.