Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This was doing pointer addition where i could be >= LUV_THREAD_MAXNUM_ARG and then subtracting afterwards. By doing the subtraction first, the number is properly bounded within 0..LUV_THREAD_MAXNUM_ARG
- Loading branch information