numam-dpdk/examples/server_node_efd
Michael Santana f4be6a9a29 fix off-by-one errors in snprintf
snprintf guarantees to always correctly place a null terminator
in the buffer string. So manually placing a null terminator
in a buffer right after a call to snprintf is redundant code.

Additionally, there is no need to use 'sizeof(buffer) - 1' in snprintf as this
means we are not using the last character in the buffer. 'sizeof(buffer)' is
enough.

Cc: stable@dpdk.org

Signed-off-by: Michael Santana <msantana@redhat.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>
2019-05-29 13:02:53 +02:00
..
node net: add rte prefix to IP structure 2019-05-24 13:34:46 +02:00
server net: add rte prefix to IP structure 2019-05-24 13:34:46 +02:00
shared fix off-by-one errors in snprintf 2019-05-29 13:02:53 +02:00
Makefile examples: detect default build directory 2019-03-30 01:12:15 +01:00
meson.build examples: add empty meson files for unsupported ones 2018-04-17 16:09:43 +02:00