Re: Coverity: add_early_randomness(): Integer handling issues

From: Jason A. Donenfeld
Date: Tue Nov 08 2022 - 12:31:30 EST


"If "bytes_read * 8 * rng->quality / 1024" is greater than 0x7FFFFFFF,
the upper bits of the result will all be 1."

Except "bytes_read" is an int. So false positive.

Jason