On 8/31/21 9:39 AM, Luis Pires wrote:
The previous code didn't detect overflows if the high 64-bit of the dividend were equal to the 64-bit divisor. In that case, 64 bits wouldn't be enough to hold the quotient.Signed-off-by: Luis Pires<[email protected]> --- util/host-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Richard Henderson <[email protected]> r~
