> -Original Message-
> From: Nicolau, Radu
> Sent: Thursday, January 25, 2018 5:37 PM
> To: Trahe, Fiona ; dev@dpdk.org
> Cc: De Lara Guarch, Pablo
> Subject: RE: [PATCH 1/2] crypto/qat: fix null auth algo issue
>
>
> > -Original Message-
> > From: Trahe, Fiona
> > Sent: Thursd
> -Original Message-
> From: Trahe, Fiona
> Sent: Thursday, January 25, 2018 5:19 PM
> To: dev@dpdk.org
> Cc: Nicolau, Radu ; De Lara Guarch, Pablo
> ; Trahe, Fiona
> Subject: [PATCH 1/2] crypto/qat: fix null auth algo issue
>
> If auth algorithm is RTE_CRYPTO_AUTH_NULL and digest_length
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 T
3 matches
Mail list logo