On Mon, 5 Sep 2016 17:21:18 +0100
Colin King wrote:
> From: Colin Ian King
>
> static analysis with cppcheck detected that ret is not initialized
> and hence garbage is potentially being returned in the case where
> prng_data->ppnows.reseed_counter <= prng_reseed_limit.
>
> Signed-off-by: Col
From: Colin Ian King
static analysis with cppcheck detected that ret is not initialized
and hence garbage is potentially being returned in the case where
prng_data->ppnows.reseed_counter <= prng_reseed_limit.
Signed-off-by: Colin Ian King
---
arch/s390/crypto/prng.c | 2 +-
1 file changed, 1 i