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.21k stars 91 forks source link

test: add regression test for missing init() in realloc() #221

Closed cgzones closed 9 months ago

cgzones commented 9 months ago

Related to #220

thestinger commented 9 months ago

Making some minor code style changes to align it with our code style.