On 05/13/2018 10:56 PM, Thomas Monjalon wrote:
Hi,
12/05/2018 03:58, Andy Green:
Signed-off-by: Andy Green
Why do we need to replace rte_strlcpy fallback?
GCC 8 complains about the fallback using snprintf?
No; the first version of this patch just fixed the compiler warnings.
But Stephen
Hi,
12/05/2018 03:58, Andy Green:
> Signed-off-by: Andy Green
Why do we need to replace rte_strlcpy fallback?
GCC 8 complains about the fallback using snprintf?
> +/*
> + * Copyright (c) 1998 Todd C. Miller
> + *
> + * Permission to use, copy, modify, and distribute this software for any
> +
Signed-off-by: Andy Green
---
lib/librte_eal/common/eal_common_string_fns.c | 34
lib/librte_eal/common/include/rte_string_fns.h |7 +
2 files changed, 36 insertions(+), 5 deletions(-)
diff --git a/lib/librte_eal/common/eal_common_string_fns.c
b/lib/librte_ea
3 matches
Mail list logo