Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 5 Jul 2019 04:31:19 +0000 (13:31 +0900)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 5 Jul 2019 04:31:19 +0000 (13:31 +0900)
commitee39d46dcaf8f25894f13236d3d984d9a4d2fd3e
tree6119a1f94a6f5c0affc14103784f0d0933aa30d8
parenta5fff14a0c7989fbc8316a43f52aed1804f02ddd
parent21d4120ec6f5b5992b01b96ac484701163917b63
Merge branch 'linus' of git://git./linux/kernel/git/herbert/crypto-2.6

Pull crypto fixes from Herbert Xu:
 "This fixes two memory leaks and a list corruption bug"

* 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
  crypto: user - prevent operating on larval algorithms
  crypto: cryptd - Fix skcipher instance memory leak
  lib/mpi: Fix karactx leak in mpi_powm
crypto/cryptd.c
crypto/crypto_user_base.c
lib/mpi/mpi-pow.c