Messages in this thread |  | | | From | Michael Ellerman <> | | Subject | Re: [PATCH] dlpar: Fix a missing-check bug in dlpar_parse_cc_property() | | Date | Mon, 3 Jun 2019 22:32:57 +1000 (AEST) |
| |
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@gmail.com> > Acked-by: Nathan Lynch <nathanl@linux.ibm.com>
Applied to powerpc next, thanks.
https://git.kernel.org/powerpc/c/efa9ace68e487ddd29c2b4d6dd232421
cheers
|  |