commit | 44c97b712ef1669a4c75ea97e8d47c0535e9ec71 | [log] [tgz] |
---|---|---|
author | Jason Evans <jasone@canonware.com> | Sun Oct 12 13:03:20 2014 -0700 |
committer | Jason Evans <jasone@canonware.com> | Sun Oct 12 13:03:20 2014 -0700 |
tree | 42cc54ebbb118a545803f7a5d4d49cac22d50bcc | |
parent | 381c23dd9d3bf019cc4c7523a900be1e888802a7 [diff] |
Fix a prof_tctx_t/prof_tdata_t cleanup race. Fix a prof_tctx_t/prof_tdata_t cleanup race by storing a copy of thr_uid in prof_tctx_t, so that the associated tdata need not be present during tctx teardown.