[compiler-rt][asan] Make wild-pointer crash error more useful
Right now, when you have an invalid memory address, asan would just crash and does not offer much useful info. This patch attempted to give a bit more detail on the access. Differential Revision: https://reviews.llvm.org/D98280
Loading
Please sign in to comment