Hi all,

As we all know ASan only instruments standard allocators (malloc/free, new/delete) so if sanitized application uses a custom allocator on top of mmap or libc, precision of heap overflow detection could significantly decrease. This may be a problem when one wants to sanitize e.g. full distribution - manual inspection of packages and addition of custom poisons may take weeks of work. Has anyone tried to automate this in any way? There are some experimental approaches to this (e.g. MemBrush) or at the very least I could grep for functions with "interesting" names (.*alloc.*) and then inspect them manually.

-Y

--
You received this message because you are subscribed to the Google Groups 
"address-sanitizer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to