[dpdk-dev] test-pmd: Free of address-of expression

2016-05-17 Thread Olivier MATZ
Hi, On 05/17/2016 09:55 AM, Mrozowicz, SlawomirX wrote: > Hi, > > Noticed is that in the file: > > app/test-pmd/mempool.c > > using of the function munmap() could cause a problem. > > Coverity static code analyzer provide error (CID 13184) in line 158: > > munmap frees incorrect pointer uv. > > I

[dpdk-dev] test-pmd: Free of address-of expression

2016-05-17 Thread Mrozowicz, SlawomirX
Hi, Noticed is that in the file: app/test-pmd/mempool.c using of the function munmap() could cause a problem. Coverity static code analyzer provide error (CID 13184) in line 158: munmap frees incorrect pointer uv. I noticed information on the net: https://www.ibm.com/support/knowledgecenter/SSLT