• J
    keepalive: Guard against integer overflow · 903f43ce
    John Ferlan 提交于
    Don't allow interval to be > MAX_INT/1000 in virKeepAliveStart()
    
    Guard against possible overflow in virKeepAliveTimeout() by setting the
    timeout to be MAX_INT/1000 since the math following will multiply it by 1000.
    903f43ce
virkeepalive.c 9.7 KB