[all-commits] [llvm/llvm-project] cdf71d: Revert ""Reland "[hwasan] Provide aliases for c al...
PiJoules via All-commits
all-commits at lists.llvm.org
Fri Apr 14 15:33:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cdf71d2ccd84ed7b8891924b04d1603f344038e9
https://github.com/llvm/llvm-project/commit/cdf71d2ccd84ed7b8891924b04d1603f344038e9
Author: Leonard Chan <leonardchan at google.com>
Date: 2023-04-14 (Fri, 14 Apr 2023)
Changed paths:
M compiler-rt/lib/hwasan/hwasan_allocation_functions.cpp
Log Message:
-----------
Revert ""Reland "[hwasan] Provide aliases for c allocation functions for Fuchsia""
This reverts commit 39ece7583a784976dea786d59e6564649b13d92d.
Reverting because I suspect this is leading to the failures we see in
fxbug.dev/125426. We're seeing unexpected OOMs and I suspect it's
because this change makes c-style allocation functions use hwasan's
allocator which might be worse than the default one (scudo). Reverting
for now to see if this unblocks the clang roll.
More information about the All-commits
mailing list