[PATCH] [ASan] Introduce the dump_instruction_bytes flag to print the faulting instruction upon SIGSEGV
Alexey Samsonov
vonosmas at gmail.com
Wed Sep 3 17:36:10 PDT 2014
What if instruction pc points to is not in the zero page, but is inaccessible? It would be sad to crash the program while printing ASan error report in this case.
http://reviews.llvm.org/D5167
More information about the llvm-commits
mailing list