Skip to content
Commit efa9ace6 authored by Gen Zhang's avatar Gen Zhang Committed by Michael Ellerman
Browse files

powerpc/pseries/dlpar: Fix a missing check in dlpar_parse_cc_property()



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: default avatarGen Zhang <blackgod016574@gmail.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 3e3ebed3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment