vsprintf.c: Always enable CONFIG_SYS_VSNPRINTF
authorTom Rini <trini@konsulko.com>
Thu, 14 Jan 2016 18:02:03 +0000 (13:02 -0500)
committerTom Rini <trini@konsulko.com>
Tue, 19 Jan 2016 13:31:16 +0000 (08:31 -0500)
commit947c626dc5bfbc232cc0f41d16fa213a885ad234
tree4d1f6443abd9dd3cb74ab5a8abb6f7e7a46d82cc
parent9c11135ce053904f4caadc27760f214425d9881a
vsprintf.c: Always enable CONFIG_SYS_VSNPRINTF

Enabling this function always removes some class of string saftey issues.
The size change here in general is about 400 bytes and this seems a reasonable
trade-off.

Cc: Peng Fan <peng.fan@nxp.com>
Cc: Peter Robinson <pbrobinson@gmail.com>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Cc: Adrian Alonso <aalonso@freescale.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
13 files changed:
README
configs/bayleybay_defconfig
configs/chromebook_link_defconfig
configs/chromebox_panther_defconfig
configs/coreboot-x86_defconfig
configs/crownbay_defconfig
configs/galileo_defconfig
configs/minnowmax_defconfig
configs/qemu-x86_defconfig
configs/sandbox_defconfig
include/vsprintf.h
lib/Kconfig
lib/vsprintf.c