hardened_malloc
hardened_malloc copied to clipboard
Build issue on Rocky Linux 9 aarch64
clang-15: error: argument unused during compilation: '-fstack-clash-protection' [-Werror,-Wunused-command-line-argument]
Need to look into this
Need to just disable this on non-x86_64 when using clang it seems
https://bugs.llvm.org/show_bug.cgi?id=40802
Fixed.
Still persistent. I think this just needs to be special cased for arm64.