scudo: Check for UAF in ring buffer before OOB in more distant blocks.
It's more likely that we have a UAF than an OOB in blocks that are more than 1 block away from the fault address, so the UAF should appear first in the error report. Differential Revision: https://reviews.llvm.org/D102379
Loading
Please sign in to comment