[compiler-rt] [llvm] [msan] Add interceptors for fortified memory functions (__memcpy_chk, etc.) (PR #206702)
Austin Schuh via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 15 18:06:28 PDT 2026
================
@@ -1822,6 +1905,10 @@ void InitializeInterceptors() {
MSAN_MAYBE_INTERCEPT_FREAD_UNLOCKED;
INTERCEPT_FUNCTION(memccpy);
MSAN_MAYBE_INTERCEPT_MEMPCPY;
+ MSAN_MAYBE_INTERCEPT___MEMCPY_CHK;
----------------
AustinSchuh wrote:
I'm sorry, I'm not following what you are proposing.
https://github.com/llvm/llvm-project/pull/206702
More information about the llvm-commits
mailing list