[PATCH] D79608: [hwasan] Reset current thread pointer on thread exit.
Mitch Phillips via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 8 09:38:21 PDT 2020
hctim accepted this revision.
hctim added inline comments.
This revision is now accepted and ready to land.
================
Comment at: compiler-rt/test/hwasan/TestCases/libc_thread_freeres.c:21
+ pthread_join(t, NULL);
+}
----------------
nit: return 0;?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79608/new/
https://reviews.llvm.org/D79608
More information about the llvm-commits
mailing list