Re: [PATCH] crypto: algif_rng - zeroize buffer holding random data

2015-03-13 Thread Herbert Xu
On Wed, Mar 11, 2015 at 07:45:35AM +0100, Stephan Mueller wrote: > Due to the change to RNGs to always return zero in success case, the RNG > interface must zeroize the buffer with the length provided by the > caller. > > Signed-off-by: Stephan Mueller Your patch is line-wrapped and doesn't appl

[PATCH] crypto: algif_rng - zeroize buffer holding random data

2015-03-10 Thread Stephan Mueller
Due to the change to RNGs to always return zero in success case, the RNG interface must zeroize the buffer with the length provided by the caller. Signed-off-by: Stephan Mueller --- crypto/algif_rng.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/algif_rng.c b/crypto