On 7/9/21 5:06 AM, Mark Nelson wrote:
We know that in the body of this if statement i is less than len, so we really should be copying len - i bytes not i - len bytes.Fix this typo. Signed-off-by: Mark Nelson<mdnels...@gmail.com> --- util/guest-random.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~