[PATCH] dlpar: Fix a missing-check bug in dlpar_parse_cc_property()
Michael Ellerman
patch-notifications at ellerman.id.au
Mon Jun 3 22:32:57 AEST 2019
On Sun, 2019-05-26 at 02:42:40 UTC, Gen Zhang wrote:
> In dlpar_parse_cc_property(), 'prop->name' is allocated by kstrdup().
> kstrdup() may return NULL, so it should be checked and handle error.
> And prop should be freed if 'prop->name' is NULL.
>
> Signed-off-by: Gen Zhang <blackgod016574 at gmail.com>
> Acked-by: Nathan Lynch <nathanl at linux.ibm.com>
Applied to powerpc next, thanks.
https://git.kernel.org/powerpc/c/efa9ace68e487ddd29c2b4d6dd232421
cheers
More information about the Linuxppc-dev
mailing list