[PATCH] posix-timers: fix callback address truncation
Casting a 64-bit address to int, then to unsigned long will truncate it.
Showing
Please register or sign in to comment
Casting a 64-bit address to int, then to unsigned long will truncate it.