Revision 6e439bbd436e39f15abc9587cdd23d56257780cb authored by Linus Torvalds on 29 September 2021, 14:37:46 UTC, committed by Linus Torvalds on 29 September 2021, 14:37:46 UTC
Pull crypto fixes from Herbert Xu:
 "This contains fixes for a resource leak in ccp as well as stack
  corruption in x86/sm4"

* 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
  crypto: x86/sm4 - Fix frame pointer stack corruption
  crypto: ccp - fix resource leaks in ccp_run_aes_gcm_cmd()
2 parent s a4e6f95 + 0e14ef3
History
File Mode Size
Kconfig -rw-r--r-- 987 bytes
Makefile -rw-r--r-- 406 bytes
client.c -rw-r--r-- 53.2 KB
error.c -rw-r--r-- 6.8 KB
mod.c -rw-r--r-- 3.8 KB
protocol.c -rw-r--r-- 13.2 KB
protocol.h -rw-r--r-- 686 bytes
trans_common.c -rw-r--r-- 882 bytes
trans_common.h -rw-r--r-- 546 bytes
trans_fd.c -rw-r--r-- 25.8 KB
trans_rdma.c -rw-r--r-- 18.6 KB
trans_virtio.c -rw-r--r-- 19.7 KB
trans_xen.c -rw-r--r-- 14.1 KB

back to top