numam-dpdk/lib/librte_eal
Thomas Monjalon 65df6d069d config: remove insecure warnings
There was an option CONFIG_RTE_INSECURE_FUNCTION_WARNING (disabled by
default), which prevents from using some libc functions:
sprintf, snprintf, vsnprintf, strcpy, strncpy, strcat, strncat, sscanf,
strtok, strsep and strlen.

It's all about using them at the right place with the right precautions.
However, it is neither really possible nor a good advice to disable them.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
2016-12-07 18:34:02 +01:00
..
bsdapp log: respect logger configured before EAL init 2016-10-13 22:13:18 +02:00
common config: remove insecure warnings 2016-12-07 18:34:02 +01:00
linuxapp pci: fix check of mknod 2016-12-06 11:59:39 +01:00
Makefile config: remove EAL flags for OS environment 2016-03-05 11:09:31 +01:00