> -----Original Message-----
> From: Mingxia Liu <[email protected]>
> Sent: Wednesday, November 9, 2022 1:02 PM
> To: [email protected]
> Cc: Wu, Jingjing <[email protected]>; Xing, Beilei
> <[email protected]>;
> Wang, Xiao W <[email protected]>; Guo, Junfeng
> <[email protected]>; Liu, Mingxia <[email protected]>;
> [email protected]
> Subject: [PATCH v1] common/idpf: fix tainted scalar
>
> From: mingxial <[email protected]>
>
> Passing tainted expression "msg.data_len" to "rte_memcpy", which uses it as
> a loop boundary.
>
> Replace tainted expression with a temp variable to avoid the tainted scalar
> coverity warning.
>
> Coverity issue: 381688
> Fixes: fb4ac04e9bfa ("common/idpf: introduce common library")
> Cc: [email protected]
>
> Signed-off-by: mingxial <[email protected]>
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi