twx-linux/scripts/kconfig
Masahiro Yamada 29f5ee6c97 kconfig: fix memory leak in sym_warn_unmet_dep()
[ Upstream commit a409fc1463d664002ea9bf700ae4674df03de111 ]

The string allocated in sym_warn_unmet_dep() is never freed, leading
to a memory leak when an unmet dependency is detected.

Fixes: f8f69dc0b4e0 ("kconfig: make unmet dependency warnings readable")
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Petr Vorel <pvorel@suse.cz>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2025-02-08 09:52:34 +01:00
..
lxdialog kconfig: menuconfig: simplify global jump key assignment 2023-07-25 00:59:32 +09:00
tests
.gitignore kconfig: Update all declared targets 2023-01-13 16:29:52 +09:00
conf.c kconfig: WERROR unmet symbol dependency 2025-02-08 09:52:34 +01:00
confdata.c kconfig: WERROR unmet symbol dependency 2025-02-08 09:52:34 +01:00
expr.c kconfig: remove wrong expr_trans_bool() 2024-07-25 09:50:44 +02:00
expr.h kconfig: remove wrong expr_trans_bool() 2024-07-25 09:50:44 +02:00
gconf-cfg.sh
gconf.c kconfig: gconf: give a proper initial state to the Save button 2024-07-25 09:50:44 +02:00
gconf.glade
images.c
images.h
internal.h
lexer.l kconfig: fix infinite loop when expanding a macro at the end of file 2024-03-26 18:20:05 -04:00
list.h
lkc_proto.h kconfig: WERROR unmet symbol dependency 2025-02-08 09:52:34 +01:00
lkc.h kconfig: menuconfig: simplify global jump key assignment 2023-07-25 00:59:32 +09:00
Makefile kbuild: Show marked Kconfig fragments in "help" 2023-09-04 02:04:20 +09:00
mconf-cfg.sh
mconf.c kconfig: menuconfig: remove jump_key::index 2023-07-25 00:59:32 +09:00
menu.c kconfig: remove wrong expr_trans_bool() 2024-07-25 09:50:44 +02:00
merge_config.sh scripts: kconfig: merge_config: config files: add a trailing newline 2024-09-18 19:24:05 +02:00
nconf-cfg.sh
nconf.c kconfig: nconf: Add search jump feature 2023-08-13 21:29:41 +09:00
nconf.gui.c kconfig: nconf: Add search jump feature 2023-08-13 21:29:41 +09:00
nconf.h kconfig: nconf: Add search jump feature 2023-08-13 21:29:41 +09:00
parser.y
preprocess.c kconfig: fix possible buffer overflow 2023-09-06 02:00:02 +09:00
qconf-cfg.sh kconfig: port qconf to work with Qt6 in addition to Qt5 2023-08-16 12:06:29 +09:00
qconf.cc kconfig: qconf: fix buffer overflow in debug links 2024-10-10 11:58:01 +02:00
qconf.h
streamline_config.pl streamline_config.pl: handle also ${CONFIG_FOO} 2023-06-08 11:11:32 +09:00
symbol.c kconfig: fix memory leak in sym_warn_unmet_dep() 2025-02-08 09:52:34 +01:00
util.c