[all-commits] [llvm/llvm-project] c95441: [msan][aarch64] Fix mallinfo interceptor (#73728)
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Tue Nov 28 21:09:27 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c954414c0a0b55ad747d5d526100314ecc352c32
https://github.com/llvm/llvm-project/commit/c954414c0a0b55ad747d5d526100314ecc352c32
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2023-11-28 (Tue, 28 Nov 2023)
Changed paths:
M compiler-rt/lib/msan/msan_interceptors.cpp
M compiler-rt/test/msan/Linux/mallinfo.cpp
Log Message:
-----------
[msan][aarch64] Fix mallinfo interceptor (#73728)
Not sure how the previous implementation supposed to work, but the test
was disabled.
This implementation works for x86_64 and aarch64.
More information about the All-commits
mailing list