numam-dpdk/lib/librte_eal
Bruce Richardson f9acaf84e9 replace snprintf with strlcpy without adding extra include
For files that already have rte_string_fns.h included in them, we can
do a straight replacement of snprintf(..."%s",...) with strlcpy. The
changes in this patch were auto-generated via command:

spatch --sp-file devtools/cocci/strlcpy-with-header.cocci --dir . --in-place

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
2019-04-04 22:45:54 +02:00
..
common replace snprintf with strlcpy without adding extra include 2019-04-04 22:45:54 +02:00
freebsd eal: tighten permissions on shared memory files 2019-04-04 22:06:16 +02:00
linux eal: tighten permissions on shared memory files 2019-04-04 22:06:16 +02:00
windows/eal build: add workarounds for Windows helloworld 2019-04-03 01:21:31 +02:00
Makefile build/freebsd: rename macro BSDPAPP to FREEBSD 2019-03-12 23:01:14 +01:00
meson.build eal/windows: introduce Windows support 2019-04-03 01:06:01 +02:00
rte_eal_exports.def build: add module definition files for Windows 2019-04-03 01:21:31 +02:00
rte_eal_version.map bus: introduce device level DMA memory mapping 2019-03-30 16:48:56 +01:00