[compiler-rt] [compiler-rt][asan] Add AMDGPU ASan support via HSA API interceptors. (PR #192240)
Amit Kumar Pandey via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 17 02:56:57 PDT 2026
================
@@ -248,12 +248,45 @@ void ReportDeadlySignal(const SignalContext &sig) {
in_report.ReportError(error);
}
-void ReportDoubleFree(uptr addr, BufferedStackTrace *free_stack) {
+void ReportDoubleFree(uptr addr, BufferedStackTrace* free_stack) {
----------------
ampandey-1995 wrote:
Fixed in commit d49a4c2.
https://github.com/llvm/llvm-project/pull/192240
More information about the llvm-commits
mailing list