]> git.itanic.dy.fi Git - linux-stable/commit
recordmcount: Fix memory leaks in the uwrite function
authorHao Zeng <zenghao@kylinos.cn>
Wed, 26 Apr 2023 01:05:27 +0000 (09:05 +0800)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Wed, 26 Apr 2023 01:10:20 +0000 (21:10 -0400)
commitfa359d068574d29e7d2f0fdd0ebe4c6a12b5cfb9
treeea4ce7f88d231cba56a22c894f820e18e9408d2f
parent41d8fba193b36ac1208d8f8489390b93675fab7b
recordmcount: Fix memory leaks in the uwrite function

Common realloc mistake: 'file_append' nulled but not freed upon failure

Link: https://lkml.kernel.org/r/20230426010527.703093-1-zenghao@kylinos.cn
Signed-off-by: Hao Zeng <zenghao@kylinos.cn>
Suggested-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
scripts/recordmcount.c