zephyr/scripts/kconfig
Inaky Perez-Gonzalez ababbf7815 scrips/kconfig: use snprintf() vs sprintf()
Coverity reported 150819 issue, which steams off Flex generated code
from zconf.l in which sprintf() was use. Because of that, the
conf_read_simple() @name parameter could be used to overrun
zconf_open() @fullname by crafting SRCTREE and KCONFIG_ALLCONFIG
environment variables.

Change-Id: I2cff817dccafe0e06b35636bbb7be95e062410af
Coverity-ID: 150819
Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
2016-11-18 23:04:32 +00:00
..
lxdialog First commit 2015-04-10 16:44:37 -07:00
check.sh First commit 2015-04-10 16:44:37 -07:00
conf.c First commit 2015-04-10 16:44:37 -07:00
confdata.c kconfig: adapt kconfig to work with mingw 2016-02-12 03:04:13 +00:00
expr.c First commit 2015-04-10 16:44:37 -07:00
expr.h First commit 2015-04-10 16:44:37 -07:00
gconf.c First commit 2015-04-10 16:44:37 -07:00
gconf.glade First commit 2015-04-10 16:44:37 -07:00
images.c First commit 2015-04-10 16:44:37 -07:00
kxgettext.c First commit 2015-04-10 16:44:37 -07:00
list.h doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
lkc_proto.h First commit 2015-04-10 16:44:37 -07:00
lkc.h kconfig: support wildcards 2016-02-05 20:24:52 -05:00
Makefile build: support pre-built host tools 2016-11-12 00:34:03 +00:00
mconf.c First commit 2015-04-10 16:44:37 -07:00
menu.c kconfig: add a debug option to print defaults in menuconfig 2016-03-26 20:36:32 -04:00
merge_config.sh build: Fixes an issue with file permissions on windows 2016-05-14 15:55:04 +00:00
nconf.c First commit 2015-04-10 16:44:37 -07:00
nconf.gui.c First commit 2015-04-10 16:44:37 -07:00
nconf.h First commit 2015-04-10 16:44:37 -07:00
POTFILES.in First commit 2015-04-10 16:44:37 -07:00
qconf.cc First commit 2015-04-10 16:44:37 -07:00
qconf.h First commit 2015-04-10 16:44:37 -07:00
streamline_config.pl First commit 2015-04-10 16:44:37 -07:00
symbol.c kconfig: untangle ordering and dependencies 2016-03-26 20:36:32 -04:00
util.c First commit 2015-04-10 16:44:37 -07:00
zconf.gperf First commit 2015-04-10 16:44:37 -07:00
zconf.hash.c_shipped First commit 2015-04-10 16:44:37 -07:00
zconf.l scrips/kconfig: use snprintf() vs sprintf() 2016-11-18 23:04:32 +00:00
zconf.lex.c_shipped build: fixes issue in windows Kconfig support 2016-04-23 11:27:11 +00:00
zconf.tab.c_shipped kconfig: support wildcards 2016-02-05 20:24:52 -05:00
zconf.y kconfig: support wildcards 2016-02-05 20:24:52 -05:00