RE: [EXT] [PATCH 3/3] crypto/ipsec_mb: fix tainted data for session

2021-12-24 Thread Akhil Goyal
> 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.bronow...@i

RE: [PATCH 3/3] crypto/ipsec_mb: fix tainted data for session

2021-12-16 Thread Zhang, Roy Fan
> -Original Message- > From: Power, Ciara > Sent: Friday, December 10, 2021 2:10 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Mcnamara, John ; Zhang, > Roy Fan ; Power, Ciara ; > Bronowski, PiotrX ; De Lara Guarch, Pablo > > Subject: [PATCH 3/3] crypto/ips

[PATCH 3/3] crypto/ipsec_mb: fix tainted data for session

2021-12-10 Thread Ciara Power
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.bronow...@intel.com Cc: sta