commit | 8edaf86b67579f480343f720b89704456a20d1d6 | [log] [tgz] |
---|---|---|
author | Jason Evans <jasone@canonware.com> | Sun Oct 20 14:07:18 2013 -0700 |
committer | Jason Evans <jasone@canonware.com> | Sun Oct 20 14:07:18 2013 -0700 |
tree | 88b79a2e612586362aaaf7c6bdb8a38d3674b41a | |
parent | dda90f59e2b67903668a2799970f64df163e9ccf [diff] |
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.