On Mon, 2017-02-20 at 10:55 +0100, Daniel Martin wrote: > What happens is: > - ServertimeBlockHandler() forwards a _big_ unsigned timeout to > AdjustWaitForDelay() > - AdjustWaitForDelay() takes this _big_ unsigned as int and it becomes > a negative value
This, I think, is where things start to go wrong. There's no sense in treating the timeout as a negative value, we should just fix that. - ajax _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel
