aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorMichael Büsch <m@bues.ch>2018-06-14 20:08:11 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2018-06-15 23:06:49 +0800
commit837bf7cc3b7504385ae0e829c72e470dfc27cf6c (patch)
treea81c740ca1b82b148c7ce6e29880d6c948eaa9f0 /crypto
parentcrypto: morus640 - Fix out-of-bounds access (diff)
downloadlinux-dev-837bf7cc3b7504385ae0e829c72e470dfc27cf6c.tar.xz
linux-dev-837bf7cc3b7504385ae0e829c72e470dfc27cf6c.zip
hwrng: core - Always drop the RNG in hwrng_unregister()
enable_best_rng() is used in hwrng_unregister() to switch away from the currently active RNG, if that is the one currently being removed. However enable_best_rng() might fail, if the next RNG's init routine fails. In that case enable_best_rng() will return an error code and the currently active RNG will remain active. After unregistering this might lead to crashes due to use-after-free. Fix this by dropping the currently active RNG, if enable_best_rng() failed. This will result in no RNG to be active, if the next-best one failed to initialize. This problem was introduced by 142a27f0a731ddcf467546960a5585970ca98e21 Fixes: 142a27f0a731 ("hwrng: core - Reset user selected rng by...") Reported-by: Wirz <spam@lukas-wirz.de> Tested-by: Wirz <spam@lukas-wirz.de> Signed-off-by: Michael Büsch <m@bues.ch> Cc: stable@vger.kernel.org Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions