[ASan] Fix TLS teardown.
TLS teardown is currently broken, as we unpoison the shadow a little bit and to the right of the TLS section, rather than the full TLS section itself. This currently breaks at -O0, and breaks with some upcoming globals code that I have. Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D120080
Loading
Please sign in to comment