On 2/19/2020 2:02 PM, Iremonger, Bernard wrote:
>
>
>> -Original Message-
>> From: Yigit, Ferruh
>> Sent: Wednesday, February 19, 2020 12:40 PM
>> To: Lu, Wenzhuo ; Wu, Jingjing
>> ; Iremonger, Bernard
>> ; Lipiec, Herakliusz
>> ; Govindharajan, Hariprasad
>> ; Burakov, Anatoly
>>
>> Cc
> -Original Message-
> From: Yigit, Ferruh
> Sent: Wednesday, February 19, 2020 12:40 PM
> To: Lu, Wenzhuo ; Wu, Jingjing
> ; Iremonger, Bernard
> ; Lipiec, Herakliusz
> ; Govindharajan, Hariprasad
> ; Burakov, Anatoly
>
> Cc: dev@dpdk.org; Yigit, Ferruh
> Subject: [PATCH] app/testpmd
> -Original Message-
> From: Yigit, Ferruh
> Sent: Wednesday, February 19, 2020 12:40 PM
> To: Lu, Wenzhuo ; Wu, Jingjing
> ; Iremonger, Bernard
> ; Lipiec, Herakliusz
> ; Govindharajan, Hariprasad
> ; Burakov, Anatoly
>
> Cc: dev@dpdk.org; Yigit, Ferruh
> Subject: [PATCH] app/testpmd: g
Coverity complains about out of bound access, which is a false positive.
The return value of the 'parse_port_list()' can't be bigger than
'maxsize' because of the logic in the function. ('value >= (int)maxsize'
check and 'marked[]' usage.)
But this is not explicitly clear, causing coverity warnin
4 matches
Mail list logo