summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorGen Zhang <blackgod016574@gmail.com>2019-05-26 10:42:40 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-12-05 15:27:10 +0100
commit27cb5fbc84ed4d97a4bbcab04fb186705bac303e (patch)
tree3c629b0df5de9f82ec49715b490b1a972ee07088 /scripts/objdiff
parente22387d2d7767305c3109eda585e84472dc2a8a0 (diff)
powerpc/pseries/dlpar: Fix a missing check in dlpar_parse_cc_property()
[ Upstream commit efa9ace68e487ddd29c2b4d6dd23242158f1f607 ] 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> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions