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 the following issues: - Potential memory overwrite in simd - Kernel info leaks in crypto_user - NULL dereference and use-after-free in hisilicon" * 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: crypto: user - Zeroize whole structure given to user space crypto: user - fix leaking uninitialized memory to userspace crypto: simd - correctly take reqsize of wrapped skcipher into account crypto: hisilicon - Fix reference after free of memories on error path crypto: hisilicon - Fix NULL dereference for same dst and src
No related branches found
No related tags found
Showing
- crypto/crypto_user_base.c 9 additions, 9 deletionscrypto/crypto_user_base.c
- crypto/crypto_user_stat.c 21 additions, 0 deletionscrypto/crypto_user_stat.c
- crypto/simd.c 3 additions, 2 deletionscrypto/simd.c
- drivers/crypto/hisilicon/sec/sec_algs.c 17 additions, 14 deletionsdrivers/crypto/hisilicon/sec/sec_algs.c
Loading
Please register or sign in to comment