Time wraparound bug in TimerSet function

2003-06-23 Thread Peter Osterlund
Hello! There is a time wraparound bug in the TimerSet function in Xserver/os/WaitFor.c. If a timeout handler calls TimerSet to set a new timeout which is after the next milliseconds wraparound, the TimerSet function immediately calls the timer callback function again, which will typically lead

Re: Time wraparound bug in TimerSet function

2003-06-23 Thread Egbert Eich
Thanks! I will commit this next. Egbert. Peter Osterlund writes: Hello! There is a time wraparound bug in the TimerSet function in Xserver/os/WaitFor.c. If a timeout handler calls TimerSet to set a new timeout which is after the next milliseconds wraparound, the TimerSet function