On Tue, Feb 4, 2020 at 5:10 PM Ciara Power <[email protected]> wrote:
>
> The nb_dq return value from the ioat dequeue is negative in failure
> cases, however the variable was an unsigned int, causing the condition
> where nb_dq <= 0 to never be true. This is now cast to a signed int,
> which will successfully reflect the -1 value to be used in this
> conditional check.
>
> Coverity issue: 350342
> Coverity issue: 350349
> Fixes: 92c981637ffc ("examples/ioat: handle failure case for ioat dequeue")
> Cc: [email protected]
>
> Signed-off-by: Ciara Power <[email protected]>

Acked-by: Bruce Richardson <[email protected]>

Applied, thanks.


--
David Marchand

Reply via email to