GrapheneOS / hardened_malloc

Hardened allocator designed for modern systems. It has integration into Android's Bionic libc and can be used externally with musl and glibc as a dynamic library for use on other Linux-based platforms. It will gain more portability / integration over time.
https://grapheneos.org/
MIT License
1.26k stars 96 forks source link

Build issue on Rocky Linux 9 aarch64 #228

Open flawedworld opened 11 months ago

flawedworld commented 11 months ago

clang-15: error: argument unused during compilation: '-fstack-clash-protection' [-Werror,-Wunused-command-line-argument]

Need to look into this

flawedworld commented 11 months ago

Need to just disable this on non-x86_64 when using clang it seems

flawedworld commented 11 months ago

https://bugs.llvm.org/show_bug.cgi?id=40802

thestinger commented 11 months ago

Fixed.

flawedworld commented 10 months ago

Still persistent. I think this just needs to be special cased for arm64.