[compiler-rt] [ASan][Windows] Fix false positive for zero sized rtl allocations (PR #181015)

Zack Johnson via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 15 17:12:39 PST 2026


================
@@ -0,0 +1,107 @@
+// RUN: %clang_cl_asan %s %Fe%t
+// RUN: %env_asan_opts=windows_hook_rtl_allocators=true %run %t 2>&1 | FileCheck %s
+// RUN: %clang_cl_asan %s %Fe%t /DFAIL_CHECK
----------------
zacklj89 wrote:

Thanks @mstorsjo, my apologies for breaking! I'll make sure to add that to my instructions for future commits.

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


More information about the llvm-commits mailing list