Messages in this thread |  | | Date | Sat, 28 Apr 2018 16:05:17 +0800 | From | Herbert Xu <> | Subject | Crypto Fixes for 4.17 |
| |
Hi Linus:
This push fixes the following issues:
- Crypto API regression that may cause sporadic alloc failures. - Double-free bug in drbg.
Please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus
Eric Biggers (1): crypto: api - fix finding algorithm currently being tested
Stephan Mueller (1): crypto: drbg - set freed buffers to NULL
crypto/api.c | 11 ++++++++--- crypto/drbg.c | 2 ++ 2 files changed, 10 insertions(+), 3 deletions(-)
Thanks, -- Email: Herbert Xu <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
|  |