zephyr/scripts
Inaky Perez-Gonzalez 96c4a4b3a3 scrips/kconfig: reduce impact of getenv() buffer overflow
getenv() returns an string of unknown size, so Coverity warns that it
might be used to overflow the stack in the call chain off
conf_read_simple().

To avoid that, wisdom says copy to an string of known size and pass
that.

Change-Id: I9e468de0ae66429062027f58fe0a0a4e1197218f
Coverity-ID: 150819
Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
(cherry picked from commit 0307d6ea5f)
2016-12-02 04:16:53 +00:00
..
basic scripts: Update fixdep from kernel.org 2016-10-31 20:58:57 +00:00
cross_compiler
gen_idt
gen_offset_header kernel: remove last instances of tNANO in comments 2016-11-14 10:30:24 -05:00
kconfig scrips/kconfig: reduce impact of getenv() buffer overflow 2016-12-02 04:16:53 +00:00
patches
sanity_chk tests: update sanitycheck footprint baseline 2016-11-13 09:27:02 -05:00
support
.gitignore
Kbuild.include build: support pre-built host tools 2016-11-12 00:34:03 +00:00
Makefile
Makefile.build build: support pre-built host tools 2016-11-12 00:34:03 +00:00
Makefile.clean
Makefile.extrawarn
Makefile.headersinst
Makefile.help
Makefile.host
Makefile.lib c++: enable subdir-cxxflags 2016-11-08 13:30:28 +02:00
Makefile.modbuiltin
Makefile.toolchain.gccarmemb
Makefile.toolchain.issm
Makefile.toolchain.xtools
Makefile.toolchain.zephyr Makefile: Fix clobber of LIB_INCLUDE_DIR during second pass 2016-11-01 23:51:02 +00:00
build_grub.sh
check_known_checkpatch_issues.sh
check_link_map.py
checkconfig.py
checkpatch.pl checkpatch: update with latest checkpatch from the linux kernel 2016-11-11 14:27:39 +00:00
checkstack.pl
compare_footprint scripts: limit compare_footprint script to a defined group of boards 2016-10-26 17:18:38 +00:00
config
diffconfig
do_checkpatch.sh
expr_parser.py
filter-known-issues.py
gcc-version.sh
get_maintainer.pl
headerdep.pl
maintainer-checkpatch.bash
make-ll
mkmakefile
mksysmap
qemu-machine-hack.py
sanitycheck sanitycheck: allow error on deprecation warnings 2016-12-01 21:06:07 +00:00
size_report
spelling.txt
sysgen sysgen: build for unified kernel only 2016-11-04 19:19:17 +00:00
tags.sh
timestamp
vercomp