[compiler-rt] [scudo] Add a config parameter to compile out quarantine code (PR #150144)
Christopher Ferris via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 22 17:03:15 PDT 2025
cferris1000 wrote:
Looking at the secondary code, it looks like there is a bug in there so I'm looking at it.
Specifically, the comment says if memory tagging was disabled, but it's checking if memory tagging is enabled. I'm trying to figure out if the comment is wrong or the code is wrong.
https://github.com/llvm/llvm-project/pull/150144
More information about the llvm-commits
mailing list