diff options
| author | Zilin Guan <zilin@seu.edu.cn> | 2026-01-22 13:09:50 +0000 |
|---|---|---|
| committer | Miquel Raynal <miquel.raynal@bootlin.com> | 2026-01-22 15:08:29 +0100 |
| commit | 980ce2b02dd06a4fdf5fee38b2e14becf9cf7b8b (patch) | |
| tree | 9cd76d5fc17dfe3807d890735679da8fe3562413 /rust | |
| parent | 125981ffa1674573d3a9200e72ed93a2270344b1 (diff) | |
mtd: parsers: Fix memory leak in mtd_parser_tplink_safeloader_parse()
The function mtd_parser_tplink_safeloader_parse() allocates buf via
mtd_parser_tplink_safeloader_read_table(). If the allocation for
parts[idx].name fails inside the loop, the code jumps to the err_free
label without freeing buf, leading to a memory leak.
Fix this by freeing the temporary buffer buf in the err_free label.
Compile tested only. Issue found using a prototype static analysis tool
and code review.
Fixes: 00a3588084be ("mtd: parsers: add TP-Link SafeLoader partitions table parser")
Signed-off-by: Zilin Guan <zilin@seu.edu.cn>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Diffstat (limited to 'rust')
0 files changed, 0 insertions, 0 deletions
