KSPP / linux

Linux kernel source tree (Kernel Self Protection Project)
https://kernsec.org/wiki/index.php/Kernel_Self_Protection_Project
Other
81 stars 5 forks source link

Assign deallocator hints to allocators #182

Open kees opened 2 years ago

kees commented 2 years ago

GCC 11+ has some analysis ability for checking for double-free, mismatched deallocators, etc.

Work to do: