]> 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)
commit31ab43071924c01209e163fd33798411d4551f9a
tree6119a1f94a6f5c0affc14103784f0d0933aa30d8
parentff7c429c9501bb6cd6792635c3f8e7b6a8c63c1e
parent4ab338fc317d1224023f84e4ccbb76423e1e8512
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