Re: [dpdk-dev] [PATCH] app/test-compress-perf: fix out-of-bounds read

2019-09-27 Thread Akhil Goyal
> One issue caught by Coverity 344984 > *overrun-local: Overrunning array cperf_test_type_strs of 2 8-byte elements > > The array cperf_test_type_strs defined in app/test-compress-perf conflicts > with the same name being defined in app/test-crypto-perf. Due to which > coverity reports error. >

[dpdk-dev] [PATCH] app/test-compress-perf: fix out-of-bounds read

2019-09-26 Thread Lavanya Govindarajan
One issue caught by Coverity 344984 *overrun-local: Overrunning array cperf_test_type_strs of 2 8-byte elements The array cperf_test_type_strs defined in app/test-compress-perf conflicts with the same name being defined in app/test-crypto-perf. Due to which coverity reports error. The fix is to r