Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit b617b702 authored by Herbert Xu's avatar Herbert Xu
Browse files

crypto: rng - Zero seed in crypto_rng_reset


If we allocate a seed on behalf ot the user in crypto_rng_reset,
we must ensure that it is zeroed afterwards or the RNG may be
compromised.

Reported-by: default avatarStephan Mueller <smueller@chronox.de>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 654ae152
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment