On Tue, Apr 01, 2025 at 10:57:37AM +0800, Henry Martin wrote:
> devm_kasprintf() returns NULL when memory allocation fails. Currently,
> wled_configure() does not check for this case, which results in a NULL
> pointer dereference.
>
> Add NULL check after devm_kasprintf() to prevent this issue.
>
> Fixes: f86b77583d88 ("backlight: pm8941: Convert to using %pOFn instead of
> device_node.name")
> Reviewed-by: Dmitry Baryshkov <[email protected]>
> Signed-off-by: Henry Martin <[email protected]>
Reviewed-by: Daniel Thompson (RISCstar) <[email protected]>
Daniel.