[PATCH] D79608: [hwasan] Reset current thread pointer on thread exit.
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 8 10:42:40 PDT 2020
eugenis marked an inline comment as done.
eugenis added inline comments.
================
Comment at: compiler-rt/test/hwasan/TestCases/libc_thread_freeres.c:21
+ pthread_join(t, NULL);
+}
----------------
hctim wrote:
> nit: return 0;?
not a nit - it's actually UB in C (but not in C++).
Fixed.
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