[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <159546880794.3847286.3488756691300636071@swboyd.mtv.corp.google.com>
Date: Wed, 22 Jul 2020 18:46:47 -0700
From: Stephen Boyd <sboyd@...nel.org>
To: Adam Ford <aford173@...il.com>, linux-clk@...r.kernel.org
Cc: dan.carpenter@...cle.com, luca@...aceresoli.net,
aford@...conembedded.com, Adam Ford <aford173@...il.com>,
Marek Vasut <marek.vasut@...il.com>,
Michael Turquette <mturquette@...libre.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH V3] clk: vc5: Add memory check to prevent oops
Quoting Adam Ford (2020-07-16 05:26:20)
> When getting the names of the child nodes, kasprintf is used to
> allocate memory which is used to create the string for the node
> name. Unfortunately, there is no memory check to determine
> if this allocation fails, it may cause an error when trying
> to get child node name.
>
> This patch will check if the memory allocation fails, and returns
> and -ENOMEM error instead of blindly moving on.
>
> Fixes: 260249f929e8 ("clk: vc5: Enable addition output configurations of the Versaclock")
>
> Suggested-by: Dan Carpenter <dan.carpenter@...cle.com>
> Signed-off-by: Adam Ford <aford173@...il.com>
> Reviewed-by: Luca Ceresoli <luca@...aceresoli.net>
> ---
Applied to clk-next
Powered by blists - more mailing lists