Commit 31a04626 authored by Miaoqian Lin's avatar Miaoqian Lin Committed by sanglipeng
Browse files

objtool: Fix memory leak in create_static_call_sections()

stable inclusion
from stable-v5.10.173
commit a1368eaea058e451d20ea99ca27e72d9df0d16dd
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I8BFR3

Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=a1368eaea058e451d20ea99ca27e72d9df0d16dd



--------------------------------

[ Upstream commit 3da73f10 ]

strdup() allocates memory for key_name. We need to release the memory in
the following error paths. Add free() to avoid memory leak.

Fixes: 1e7e4788 ("x86/static_call: Add inline static call implementation for x86-64")
Signed-off-by: default avatarMiaoqian Lin <linmq006@gmail.com>
Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20221205080642.558583-1-linmq006@gmail.com


Cc: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
Signed-off-by: default avatarsanglipeng <sanglipeng1@jd.com>
parent 9906489b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment