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

From: Jason A. Donenfeld
Date: Sun May 15 2022 - 06:17:23 EST


Hi Eric,

On Sat, May 14, 2022 at 05:45:16PM -0700, Eric Biggers wrote:
> 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.

Ahh, since it's now unconditional. Nice catch. Fixed as you suggested.

Jason