Skip to content
Commit 8edaf86b authored by Jason Evans's avatar Jason Evans
Browse files

Fix dangerous casts in tests.

Fix dangerous casts of int variables to pointers in thread join function
calls.  On LP64 systems, int and pointers are different sizes, so
writes can corrupt memory.
parent dda90f59
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment