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

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

Closed cgzones closed 1 year ago

cgzones commented 1 year ago

Related to #220

thestinger commented 1 year ago

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