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

Make use of coverity #190

Open jvoisin opened 2 years ago

jvoisin commented 2 years ago

Because hardened_malloc is written in C (scary!) it would be nice to make use of coverity, if only to be on the safe side™. I would gladly do it, but because of the way github actions are working with secrets, and given how crappy coverity's ACL/interface is, @thestinger should do it.

Examples of integrations can be found here or here.

Of course, I'm happy to help :)