Re: [PATCH] random: do not pretend to handle premature next security model

From: Eric Biggers
Date: Sat May 14 2022 - 21:00:13 EST


On Wed, May 11, 2022 at 12:32:19PM +0200, Jason A. Donenfeld wrote:
> Hi Eric,
>
> On Wed, May 11, 2022 at 01:09:13AM -0700, Eric Biggers wrote:
> > A couple very minor comments:
>
> Thanks, will fix these.
>
> Jason

Found one more:

/*
* Return whether the crng seed is considered to be sufficiently
* old that a reseeding might be attempted.

It should say "that a reseeding is needed", or something similar.

- Eric