Hi,
Sorry for these two patches, please ignore.
Riku
From: Alexander Graf
When creating a timer handle, we give the timer id a special magic offset
of 0xcafe. However, we never mask that offset out of the timer id before
we start using it to dereference our timer array. So we always end up aborting
timer operations because the timer id is out o
From: Alexander Graf
When creating a timer handle, we give the timer id a special magic offset
of 0xcafe. However, we never mask that offset out of the timer id before
we start using it to dereference our timer array. So we always end up aborting
timer operations because the timer id is out o