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 'v6.12-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6

Pull crypto fix from Herbert Xu:
"Fix a regression in mpi that broke RSA"

* tag 'v6.12-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
crypto: lib/mpi - Fix an "Uninitialized scalar variable" issue

+1 -1
+1 -1
lib/crypto/mpi/mpi-mul.c
··· 21 21 int usign, vsign, sign_product; 22 22 int assign_wp = 0; 23 23 mpi_ptr_t tmp_limb = NULL; 24 - int err; 24 + int err = 0; 25 25 26 26 if (u->nlimbs < v->nlimbs) { 27 27 /* Swap U and V. */