-----Original Message-----
From: Power, Ciara <redacted>
Sent: Friday, December 10, 2021 2:10 PM
To: dev@dpdk.org
Cc: stable@dpdk.org; Mcnamara, John <redacted>; Zhang,
Roy Fan [off-list ref]; Power, Ciara [off-list ref];
Bronowski, PiotrX [off-list ref]; De Lara Guarch, Pablo
[off-list ref]
Subject: [PATCH 3/3] crypto/ipsec_mb: fix tainted data for session
Downcasting a void * to struct aesni_gcm_session * caused the session
data to be treated as tainted.
Removing the void * temporary variable and adding a cast avoids this
issue.
Coverity issue: 374377
Fixes: 746825e5c0ea ("crypto/ipsec_mb: move aesni_gcm PMD")
Cc: piotrx.bronowski@intel.com
Cc: stable@dpdk.org
Signed-off-by: Ciara Power <redacted>
---
Acked-by: Fan Zhang <redacted>