Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 30 Mar 2026 20:40:48 +0000 (13:40 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 30 Mar 2026 20:40:48 +0000 (13:40 -0700)
commitd0c3bcd5b8976159d835a897254048e078f447e6
treea4fec9fa93b1573f7cac487f17935a8293469a20
parentf1b24d8bdd64ecd5400dff79677f8a290ca70d73
parente5046823f8fa3677341b541a25af2fcb99a5b1e0
Merge tag 'libcrypto-for-linus' of git://git./linux/kernel/git/ebiggers/linux

Pull crypto library fix from Eric Biggers:
 "Fix missing zeroization of the ChaCha state"

* tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux:
  lib/crypto: chacha: Zeroize permuted_state before it leaves scope