linux-kernelorg-stable/scripts/kconfig
Masahiro Yamada a409fc1463 kconfig: fix memory leak in sym_warn_unmet_dep()
The string allocated in sym_warn_unmet_dep() is never freed, leading
to a memory leak when an unmet dependency is detected.

Fixes: f8f69dc0b4 ("kconfig: make unmet dependency warnings readable")
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Petr Vorel <pvorel@suse.cz>
2025-01-30 08:43:12 +09:00
..
lxdialog
tests
.gitignore
Makefile kbuild: suppress stdout from merge_config for silent builds 2025-01-10 23:01:21 +09:00
conf.c kconfig: document the positional argument in the help message 2024-11-06 08:46:35 +09:00
confdata.c kconfig: fix file name in warnings when loading KCONFIG_DEFCONFIG_LIST 2025-01-30 08:40:17 +09:00
expr.c
expr.h
gconf-cfg.sh
gconf.c
gconf.glade
images.c
images.h
internal.h
lexer.l
lkc.h
lkc_proto.h kconfig: add sym_get_prompt_menu() helper function 2024-11-06 08:46:34 +09:00
mconf-cfg.sh
mconf.c
menu.c kconfig: show sub-menu entries even if the prompt is hidden 2024-10-31 21:42:20 +09:00
merge_config.sh
mnconf-common.c
mnconf-common.h
nconf-cfg.sh
nconf.c kconfig: nconf: Fix typo in function comment 2024-11-06 08:46:34 +09:00
nconf.gui.c kconfig: nconf: Use TAB to cycle thru dialog buttons 2024-11-04 17:53:09 +09:00
nconf.h
parser.y kconfig: remove zconfprint() 2024-11-04 17:53:09 +09:00
preprocess.c
preprocess.h
qconf-cfg.sh
qconf.cc kconfig: qconf: use preferred form of QString API 2025-01-10 23:01:22 +09:00
qconf.h kconfig: qconf: remove ConfigItem::visible member 2024-11-06 08:46:34 +09:00
streamline_config.pl streamline_config.pl: remove prompt warnings for configs with defaults 2024-11-06 08:46:34 +09:00
symbol.c kconfig: fix memory leak in sym_warn_unmet_dep() 2025-01-30 08:43:12 +09:00
util.c