]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit98108504e9615753b3777f192d191320fea9aa4d
tree6119a1f94a6f5c0affc14103784f0d0933aa30d8
parent782a72cca87ec1afe80479fbe095e9996f43e1b6
parentd0749f111eec06e39fb6bcd25d4f67082ab20ddd
Merge branch 'linus' of git://git.kernel.org/pub/scm/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