mbox series

[0/2] crypto: hisilicon - A couple of fixes

Message ID 1541421315-25623-1-git-send-email-john.garry@huawei.com (mailing list archive)
Headers show
Series crypto: hisilicon - A couple of fixes | expand

Message

John Garry Nov. 5, 2018, 12:35 p.m. UTC
This patchset fixes a couple of issues I discovered while attempting to
bringup the driver.

John Garry (2):
  crypto: hisilicon -  Fix NULL dereference for same dst and src
  crypto: hisilicon -  Fix reference after free of memories on error
 path

 drivers/crypto/hisilicon/sec/sec_algs.c | 31 +++++++++++++++++--------------
 1 file changed, 17 insertions(+), 14 deletions(-)

Comments

Herbert Xu Nov. 9, 2018, 9:43 a.m. UTC | #1
On Mon, Nov 05, 2018 at 08:35:13PM +0800, John Garry wrote:
> This patchset fixes a couple of issues I discovered while attempting to
> bringup the driver.
> 
> John Garry (2):
>   crypto: hisilicon -  Fix NULL dereference for same dst and src
>   crypto: hisilicon -  Fix reference after free of memories on error
>  path
> 
>  drivers/crypto/hisilicon/sec/sec_algs.c | 31 +++++++++++++++++--------------
>  1 file changed, 17 insertions(+), 14 deletions(-)

All applied.  Thanks.