[compiler-rt] [win/asan] Improve SharedReAlloc with HEAP_REALLOC_IN_PLACE_ONLY. (PR #132558)

via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 27 12:29:20 PDT 2025


================
@@ -322,6 +322,22 @@ void *SharedReAlloc(ReAllocFunction reallocFunc, SizeFunction heapSizeFunc,
       }
     }
 
+    if (dwFlags & HEAP_REALLOC_IN_PLACE_ONLY) {
----------------
bernhardu wrote:

Sorry, correction, not ~~line 321~~, the function is left in line 352, so line 367 is not reached.

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


More information about the llvm-commits mailing list