[PATCH] D32310: [scudo] Bypass Quarantine if its size is set to 0

Dmitry Vyukov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 21 10:27:23 PDT 2017


dvyukov added a comment.

> which will be checked in due time.

It's not checked until the object is freed, which may not happen at all. Attackers are good at laying out objects in the required order, so they place something long-living afterwards it won't be freed.
But it's up to you.


https://reviews.llvm.org/D32310





More information about the llvm-commits mailing list