linux-kernelorg-stable/scripts/kconfig
Suchit Karunakaran 5ac726653a kconfig: lxdialog: replace strcpy() with strncpy() in inputbox.c
strcpy() performs no bounds checking and can lead to buffer overflows if
the input string exceeds the destination buffer size. This patch replaces
it with strncpy(), and null terminates the input string.

Signed-off-by: Suchit Karunakaran <suchitkarunakaran@gmail.com>
Reviewed-by: Nicolas Schier <nicolas.schier@linux.dev>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
2025-08-06 10:23:36 +09:00
..
lxdialog kconfig: lxdialog: replace strcpy() with strncpy() in inputbox.c 2025-08-06 10:23:36 +09:00
tests
.gitignore
Makefile kbuild: suppress stdout from merge_config for silent builds 2025-01-10 23:01:21 +09:00
conf.c kconfig: rename menu_get_parent_menu() to menu_get_menu_or_parent_menu() 2025-06-30 12:52:58 +09:00
confdata.c kconfig: use memcmp instead of deprecated bcmp 2025-06-18 10:11:15 +09:00
expr.c
expr.h kconfig: introduce menu type enum 2025-06-06 05:40:25 +09:00
gconf-cfg.sh kconfig: gconf: migrate to GTK 3 2025-07-26 15:31:29 +09:00
gconf.c kconfig: gconf: refactor text_insert_help() 2025-07-26 19:55:37 +09:00
gconf.ui kconfig: gconf: replace GtkImageMenuItem with GtkMenuItem 2025-07-26 19:55:37 +09:00
images.c
images.h
internal.h
lexer.l
lkc.h kconfig: add a function to dump all menu entries in a tree-like format 2025-07-26 15:31:30 +09:00
lkc_proto.h
mconf-cfg.sh
mconf.c
menu.c kconfig: add a function to dump all menu entries in a tree-like format 2025-07-26 15:31:30 +09:00
merge_config.sh kconfig: merge_config: use an empty file as initfile 2025-04-06 06:22:01 +09:00
mnconf-common.c
mnconf-common.h
nconf-cfg.sh
nconf.c kconfig: nconf: Ensure null termination where strncpy is used 2025-07-26 15:31:17 +09:00
nconf.gui.c kconfig: nconf: Ensure null termination where strncpy is used 2025-07-26 15:31:17 +09:00
nconf.h
parser.y kconfig: introduce menu type enum 2025-06-06 05:40:25 +09:00
preprocess.c
preprocess.h
qconf-cfg.sh
qconf.cc kconfig: qconf: confine {begin,end}Group to constructor and destructor 2025-07-26 15:31:30 +09:00
qconf.h kconfig: qconf: confine {begin,end}Group to constructor and destructor 2025-07-26 15:31:30 +09:00
streamline_config.pl
symbol.c kconfig: set MENU_CHANGED to choice when the selected member is changed 2025-06-28 01:57:59 +09:00
util.c