Fixes false leaks on thread retval.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
compiler-rt/lib/asan/asan_thread.cpp | ||
---|---|---|
497–501 | 'LockThreadRegistry' is now a misleading name because it locks both ThreadRegistry and ThreadArgRetval. Ditto for 'UnlockThreadRegistry'. |
compiler-rt/lib/asan/asan_thread.cpp | ||
---|---|---|
497–501 | I will rename in follow up patch |
Comment Actions
This broke some asan tests on mac, see https://bugs.chromium.org/p/chromium/issues/detail?id=1445676
'LockThreadRegistry' is now a misleading name because it locks both ThreadRegistry and ThreadArgRetval.
Ditto for 'UnlockThreadRegistry'.