"lldb/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "5160ce5c72e5f55c2e83ca9914cd0f02e0c5ceb3"
[hwasan] Reset current thread pointer on thread exit.
Summary: This is necessary to handle calls to free() after __hwasan_thread_exit, which is possible in glibc. Also, add a null check to GetCurrentThread, otherwise the logic in GetThreadByBufferAddress turns it into a non-null value. This means that all of the checks for GetCurrentThread() != nullptr do not have any effect at all right now! Reviewers: pcc, hctim Subscribers: #sanitizers, llvm-commits Tags: #sanitizers Differential Revision: https://reviews.llvm.org/D79608
Loading
Please register or sign in to comment