-
Notifications
You must be signed in to change notification settings - Fork 867
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is there any plan to support GWP-Asan? #948
Comments
Ah, I was not aware yet of GWP-asan; it looks quite interesting. I would like to support such feature in mimalloc as well. It turns out I worked on something similar recently. In the latest At the moment, this is mostly meant for exactly that since the overhead is very large (8k minimum per object of |
Just to add to this: I updated the latest
The idea is that one could potentially use a guarded build in deployment (with a low enough sample rate) -- it will have some performance impact (but less than ASAN), but can be used to catch latent buffer overflow errors in the wild at the moment they occur. |
sth. like this:
https://rocm.docs.amd.com/projects/llvm-project/en/develop/LLVM/llvm/html/GwpAsan.html#allocator-support
The text was updated successfully, but these errors were encountered: