[all-commits] [llvm/llvm-project] 312632: [sanitizer][asan][win] Intercept _strdup on Window...
Casey Carter via All-commits
all-commits at lists.llvm.org
Mon Jul 17 21:07:22 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 31263211c6a4ef454216f2edbf9b2083a4c1474d
https://github.com/llvm/llvm-project/commit/31263211c6a4ef454216f2edbf9b2083a4c1474d
Author: Charlie Barto <charlie.barto at microsoft.com>
Date: 2023-07-17 (Mon, 17 Jul 2023)
Changed paths:
M compiler-rt/lib/asan/asan_interceptors.cpp
Log Message:
-----------
[sanitizer][asan][win] Intercept _strdup on Windows instead of strdup
Intercept `_strdup` on windows, instead of the nonexistent `strdup`.
More information about the All-commits
mailing list