Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux

Pull crypto library fix from Eric Biggers:
"Fix another KMSAN warning that made it in while KMSAN wasn't working
reliably"

* tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux:
lib/crypto: tests: Fix KMSAN warning in test_sha256_finup_2x()

+1
+1
lib/crypto/tests/sha256_kunit.c
··· 68 68 rand_bytes(data1_buf, max_data_len); 69 69 rand_bytes(data2_buf, max_data_len); 70 70 rand_bytes(salt, sizeof(salt)); 71 + memset(ctx, 0, sizeof(*ctx)); 71 72 72 73 for (size_t i = 0; i < 500; i++) { 73 74 size_t salt_len = rand_length(sizeof(salt));