asan does not use user_id for anything,
so don't pass it to ThreadCreate.
Passing a random uninitialized field of AsanThread
as user_id does not make much sense anyway.
Depends on D113921.
Paths
| Differential D113922
asan: don't use thread user_id ClosedPublic Authored by dvyukov on Nov 15 2021, 10:49 AM.
Details
Summary asan does not use user_id for anything, Depends on D113921.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 16 2021, 6:12 PM Closed by commit rGbdabf3c38a2e: asan: don't use thread user_id (authored by dvyukov). · Explain WhyNov 17 2021, 5:49 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 387328 compiler-rt/lib/asan/asan_fuchsia.cpp
compiler-rt/lib/asan/asan_thread.cpp
|