> -----Original Message----- > From: Trahe, Fiona > Sent: Thursday, January 25, 2018 5:19 PM > To: [email protected] > Cc: Nicolau, Radu <[email protected]>; De Lara Guarch, Pablo > <[email protected]>; Trahe, Fiona <[email protected]> > Subject: [PATCH 1/2] crypto/qat: fix null auth algo issue > > If auth algorithm is RTE_CRYPTO_AUTH_NULL and digest_length is 0 in the > xform and digest pointer is set in the op, then the PMD may overwrite > memory at the digest pointer. > With this patch the memory is not overwritten. > > Fixes: db0e952a5c01 ("crypto/qat: add NULL capability") > > Signed-off-by: Fiona Trahe <[email protected]> > ---
Tested and Acked-by: Radu Nicolau <[email protected]>

