[compiler-rt] Add API to temporalily disable usage of ASAN's fake stack (PR #160135)

via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 23 05:43:28 PDT 2025


================
@@ -333,6 +333,13 @@ void SANITIZER_CDECL __asan_handle_no_return(void);
 /// trace. Returns 1 if successful, 0 if not.
 int SANITIZER_CDECL __asan_update_allocation_context(void *addr);
 
+/// Disables fake stack usage for the current thread.
+/// Temporarily disables use-after-return detection for current thread.
----------------
happyCoder92 wrote:

Done.

https://github.com/llvm/llvm-project/pull/160135


More information about the llvm-commits mailing list