2016-05-09 11:38, Daniel Mrzyglod:
> Fix issue reported by Coverity.
> Coverity ID 30692
Better to put reference on top of Fixes: line.
> If the function returns an error value, the error value may be mistaken for
> a normal value.
>
> In kni_free_kni: Value returned from a function is not check
Fix issue reported by Coverity.
Coverity ID 30692
If the function returns an error value, the error value may be mistaken for
a normal value.
In kni_free_kni: Value returned from a function is not checked for errors
before being used
Fixes: b475eb0bc400 ("examples/kni: new parameters")
Signed-o
> -Original Message-
> From: Mrzyglod, DanielX T
> Sent: Monday, May 9, 2016 5:39 PM
> To: Zhang, Helin
> Cc: dev at dpdk.org; Mrzyglod, DanielX T
> Subject: [PATCH] examples/kni: unchecked return value
>
> Fix issue reported by Coverity.
> Coverity ID 30692
>
> If the function return
3 matches
Mail list logo