Re: [PATCH] firmware: tegra: bpmp: Return directly after a failed kzalloc() in get_filename()
From: Thierry Reding
Date: Wed Feb 21 2024 - 11:21:49 EST
From: Thierry Reding <treding@xxxxxxxxxx>
On Mon, 25 Dec 2023 20:18:44 +0100, Markus Elfring wrote:
> The kfree() function was called in one case by
> the get_filename() function during error handling
> even if the passed variable contained a null pointer.
> This issue was detected by using the Coccinelle software.
>
> Thus return directly after a call of the function “kzalloc” failed
> at the beginning.
>
> [...]
Applied, thanks!
[1/1] firmware: tegra: bpmp: Return directly after a failed kzalloc() in get_filename()
commit: 1315848f1f8a0100cb6f8a7187bc320c5d98947f
Best regards,
--
Thierry Reding <treding@xxxxxxxxxx>