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.3k stars 97 forks source link

refactor: use explicit designators to init struct to improve readability #247

Closed Integral-Tech closed 1 month ago

thestinger commented 1 month ago

I really don't think this is needed. It's only 2 fields and similar to calling a function with 2 parameters.