Re: [dpdk-dev] [PATCH 2/3] test/latencystats: fix incorrect loop boundary

2021-09-20 Thread Pattan, Reshma
> -Original Message- > From: David Marchand > Caught running ASAN. > > Signed-off-by: David Marchand Acked-by: Reshma Pattan

[dpdk-dev] [PATCH 2/3] test/latencystats: fix incorrect loop boundary

2021-09-17 Thread David Marchand
Caught running ASAN. lat_stats_strings[] is an array containing NUM_STATS strings. Fixes: 1e3676a06e4c ("test/latency: add unit tests for latencystats library") Cc: sta...@dpdk.org Signed-off-by: David Marchand --- app/test/test_latencystats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion