[dpdk-dev] [PATCH 0/2] Gcc-8 build fixes

Stephen Hemminger stephen at networkplumber.org
Mon Mar 19 18:52:11 CET 2018


A couple of trivial patches since GCC-8 finds more string overflows
than earlier versions.

Stephen Hemminger (2):
  rte_mempool: fix strncpy warnings
  rte_metrics: fix strncpy truncation warning

 lib/librte_mbuf/rte_mbuf_pool_ops.c | 4 ++--
 lib/librte_metrics/rte_metrics.c    | 7 +++++--
 2 files changed, 7 insertions(+), 4 deletions(-)

-- 
2.16.2



More information about the dev mailing list